程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.shared |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSiteSelectorOption> |
CmsSiteSelectorOptionBuilder.getOptions()
Gets the site selector options.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSiteSelectorOption> |
CmsGalleryController.getSitemapSiteSelectorOptions()
Gets the sitemap site selector options.
|
java.util.List<CmsSiteSelectorOption> |
CmsGalleryController.getVfsSiteSelectorOptions()
Gets the site selector options.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsGalleryController.getPreselectOption(java.lang.String siteRoot,
java.util.List<CmsSiteSelectorOption> options)
Gets the option which should be preselected for the site selector, or null.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|