Interface Section
-
- All Known Subinterfaces:
DrillableSelectorSection
,EditableSection
,SectionSelectorSection
,SelectorSection
- All Known Implementing Classes:
AbstractDrillableSelectorSection
,AbstractSelectorSection
,CustomEditorSection
,DefaultSection
,DefaultSectionSelectorSection
,EditorSection
,NavigationPanelSection
,NewItemSection
public interface Section
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
java.lang.String
getLocalizedLabel()
boolean
isInitialOpen()
boolean
isOpen()
boolean
isTabbed()
boolean
isVisible()
void
setOpen(boolean open)
-