Uses of Interface
org.dashbuilder.navigation.NavDivider
-
Packages that use NavDivider Package Description org.dashbuilder.navigation org.dashbuilder.navigation.impl -
-
Uses of NavDivider in org.dashbuilder.navigation
Methods in org.dashbuilder.navigation that return NavDivider Modifier and Type Method Description NavDividerNavTree. addDivider(String groupId, boolean modifiable)Creates and register a brand newNavDivideritem.NavDividerNavFactory. createDivider()Methods in org.dashbuilder.navigation with parameters of type NavDivider Modifier and Type Method Description voidNavItemVisitor. visitDivider(NavDivider divider)Visit the givenNavDivider. -
Uses of NavDivider in org.dashbuilder.navigation.impl
Classes in org.dashbuilder.navigation.impl that implement NavDivider Modifier and Type Class Description classNavDividerImplMethods in org.dashbuilder.navigation.impl that return NavDivider Modifier and Type Method Description NavDividerNavTreeImpl. addDivider(String parentId, boolean modifiable)NavDividerNavFactoryImpl. createDivider()
-