| Package | Description |
|---|---|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared.rpc |
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryConfiguration |
CmsGalleryService.getAdeViewModeConfiguration() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryConfiguration |
I_CmsGalleryService.getAdeViewModeConfiguration()
Loads the gallery configuration for the adeView mode.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
I_CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf)
Returns the initial data for the given gallery mode.
|
void |
I_CmsGalleryServiceAsync.getInitialSettings(CmsGalleryConfiguration conf,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryDataBean> callback)
Returns the initial data for the given gallery mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getAdeViewModeConfiguration(com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryConfiguration> callback)
Loads the gallery configuration for the adeView mode.
|