| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ade.galleries.shared.rpc |
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
CmsContainerPageGalleryData.getGalleryData()
Returns the galleryData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsContainerPageGalleryData.setGalleryData(CmsGalleryDataBean galleryData)
Sets the galleryData.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf) |
static CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(javax.servlet.http.HttpServletRequest request,
CmsGalleryConfiguration config)
Returns the initial gallery settings.
|
CmsGalleryDataBean |
CmsGalleryService.getInitialSettingsForContainerPage(java.util.List<CmsResourceTypeBean> types,
java.lang.String uri,
java.lang.String locale)
Returns the initial gallery data for the container page editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
CmsGalleryService.getSearch(CmsGalleryDataBean data) |
static CmsGallerySearchBean |
CmsGalleryService.getSearch(javax.servlet.http.HttpServletRequest request,
CmsGalleryDataBean config)
Returns the initial search data.
|
protected java.util.List<java.lang.String> |
CmsGalleryService.getTypeNames(CmsGalleryDataBean data)
Gets the type names from the gallery data bean.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
CmsGallerySearchBean.getOriginalGalleryData()
Returns the original gallery data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGallerySearchBean.setOriginalGalleryData(CmsGalleryDataBean originalGalleryData)
Sets the original gallery data.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
I_CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf)
Returns the initial data for the given gallery mode.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchBean |
I_CmsGalleryService.getSearch(CmsGalleryDataBean data)
Performs an initial search based on the given data bean and the available parameters of the request.
|
void |
I_CmsGalleryServiceAsync.getSearch(CmsGalleryDataBean data,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGallerySearchBean> callback)
Performs an initial search based on the given data bean and the available parameters of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getInitialSettings(CmsGalleryConfiguration conf,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryDataBean> callback)
Returns the initial data for the given gallery mode.
|