Interface PerspectiveSectionItem
-
- All Superinterfaces:
PerspectiveItem,PerspectiveItemContainer
public interface PerspectiveSectionItem extends PerspectiveItem, PerspectiveItemContainer
Interface that represents an item of a perspective section.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasTopSeparator()Returns 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, isAncestorOf
-
Methods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItemContainer
getItems
-
-