Package org.dashbuilder.navigation
Interface NavGroup
-
- All Superinterfaces:
NavItem
- All Known Implementing Classes:
NavGroupImpl
public interface NavGroup extends NavItem
ANavItemthat contains a list of children.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.dashbuilder.navigation.NavItem
NavItem.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<NavItem>getChildren()Get the children itemsvoidsetChildren(List<NavItem> items)Change the children list-
Methods inherited from interface org.dashbuilder.navigation.NavItem
accept, cloneItem, getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParent
-
-