| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSiteSelectorOption> |
CmsSiteSelectorOptionBuilder.getOptions()
Gets the site selector options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSiteSelectorOption> |
CmsGalleryDataBean.getSitemapSiteSelectorOptions()
Returns the site selector options for the sitemap.
|
java.util.List<CmsSiteSelectorOption> |
CmsGalleryDataBean.getVfsSiteSelectorOptions()
Gets the list of site selector options for the VFS tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setSitemapSiteSelectorOptions(java.util.List<CmsSiteSelectorOption> options)
Sets the site selector options for the sitemap tab.
|
void |
CmsGalleryDataBean.setVfsSiteSelectorOptions(java.util.List<CmsSiteSelectorOption> siteSelectorOptions)
Sets the available site selector options.
|