Uses of Class
org.dashbuilder.client.navigation.widget.editor.NavItemEditor.ItemType
-
Packages that use NavItemEditor.ItemType Package Description org.dashbuilder.client.navigation.widget.editor -
-
Uses of NavItemEditor.ItemType in org.dashbuilder.client.navigation.widget.editor
Methods in org.dashbuilder.client.navigation.widget.editor that return NavItemEditor.ItemType Modifier and Type Method Description static NavItemEditor.ItemTypeNavItemEditor.ItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static NavItemEditor.ItemType[]NavItemEditor.ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.client.navigation.widget.editor with parameters of type NavItemEditor.ItemType Modifier and Type Method Description voidNavItemDefaultEditorView. setItemType(NavItemEditor.ItemType type)voidNavItemEditor.View. setItemType(NavItemEditor.ItemType type)voidNavRootNodeEditorView. setItemType(NavItemEditor.ItemType type)voidNavTreeEditorView. setItemType(NavItemEditor.ItemType type)
-