Class CmsResourceSelectDialog.Options
java.lang.Object
org.opencms.ui.components.fileselect.CmsResourceSelectDialog.Options
- Enclosing class:
- CmsResourceSelectDialog
Class for site select options.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.v7.data.util.IndexedContainer
Returns the siteSelectionContainer.void
setSiteSelectionContainer
(com.vaadin.v7.data.util.IndexedContainer siteSelectionContainer) Sets the siteSelectionContainer.
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
getSiteSelectionContainer
Returns the siteSelectionContainer.- Returns:
- the siteSelectionContainer
-
setSiteSelectionContainer
public void setSiteSelectionContainer(com.vaadin.v7.data.util.IndexedContainer siteSelectionContainer) Sets the siteSelectionContainer.- Parameters:
siteSelectionContainer
- the siteSelectionContainer to set
-