| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsGalleryProviderConstants.GalleryMode |
I_CmsGalleryConfiguration.getGalleryMode()
Returns the gallery mode.
|
I_CmsGalleryProviderConstants.GalleryMode |
CmsGalleryConfiguration.getGalleryMode() |
I_CmsGalleryProviderConstants.GalleryMode |
CmsGallerySearchBean.getGalleryMode()
Gets the gallery mode.
|
I_CmsGalleryProviderConstants.GalleryMode |
CmsGalleryDataBean.getMode()
Returns the gallery mode.
|
static I_CmsGalleryProviderConstants.GalleryMode |
I_CmsGalleryProviderConstants.GalleryMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.GalleryMode[] |
I_CmsGalleryProviderConstants.GalleryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryConfiguration.setGalleryMode(I_CmsGalleryProviderConstants.GalleryMode galleryMode)
Sets the galleryMode.
|
void |
CmsGallerySearchBean.setGalleryMode(I_CmsGalleryProviderConstants.GalleryMode galleryMode)
Sets the gallery mode.
|
void |
CmsGalleryDataBean.setMode(I_CmsGalleryProviderConstants.GalleryMode mode)
Sets the gallery mode.
|