Uses of Class
org.dashbuilder.client.navigation.widget.editor.NavItemEditor
-
Packages that use NavItemEditor Package Description org.dashbuilder.client.navigation.event org.dashbuilder.client.navigation.widget.editor -
-
Uses of NavItemEditor in org.dashbuilder.client.navigation.event
Methods in org.dashbuilder.client.navigation.event that return NavItemEditor Modifier and Type Method Description NavItemEditorNavItemEditCancelledEvent. getNavItemEditor()NavItemEditorNavItemEditStartedEvent. getNavItemEditor()Constructors in org.dashbuilder.client.navigation.event with parameters of type NavItemEditor Constructor Description NavItemEditCancelledEvent(NavItemEditor navItemEditor)NavItemEditStartedEvent(NavItemEditor navItemEditor) -
Uses of NavItemEditor in org.dashbuilder.client.navigation.widget.editor
Classes in org.dashbuilder.client.navigation.widget.editor with type parameters of type NavItemEditor Modifier and Type Interface Description static interfaceNavItemEditor.View<P extends NavItemEditor>classNavItemEditorView<P extends NavItemEditor>Subclasses of NavItemEditor in org.dashbuilder.client.navigation.widget.editor Modifier and Type Class Description classNavItemDefaultEditorclassNavRootNodeEditorAn item editor used to handleNavTreeroot nodesclassNavTreeEditorMethods in org.dashbuilder.client.navigation.widget.editor that return NavItemEditor Modifier and Type Method Description NavItemEditorNavItemEditor. createChildEditor(org.dashbuilder.navigation.NavItem navItem)NavItemEditorNavItemEditor. getParentEditor()NavItemEditorNavItemEditor. getRootEditor()NavItemEditorNavItemEditor. newDivider()NavItemEditorNavItemEditor. newGroup()NavItemEditorNavItemEditor. newPerspective()Methods in org.dashbuilder.client.navigation.widget.editor that return types with arguments of type NavItemEditor Modifier and Type Method Description Class<? extends NavItemEditor>NavItemEditor. getChildEditorClass()Methods in org.dashbuilder.client.navigation.widget.editor with parameters of type NavItemEditor Modifier and Type Method Description voidNavItemDefaultEditorView. init(NavItemEditor presenter)voidNavItemEditor. setParentEditor(NavItemEditor parentEditor)Method parameters in org.dashbuilder.client.navigation.widget.editor with type arguments of type NavItemEditor Modifier and Type Method Description voidNavItemEditor. setChildEditorClass(Class<? extends NavItemEditor> childEditorClass)
-