Interface PerspectiveSectionItem
- All Superinterfaces:
PerspectiveItem,PerspectiveItemContainer
Interface that represents an item of a perspective section.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if a separator must be displayed on top of this section.Methods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItem
getDescription, getId, getLabel, getParent, getType, isAncestorOfMethods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItemContainer
getItems
-
Method Details
-
hasTopSeparator
boolean hasTopSeparator()Returns true if a separator must be displayed on top of this section.
-