Package | Description |
---|---|
org.dashbuilder.client.navigation.event | |
org.dashbuilder.client.navigation.widget.editor |
Modifier and Type | Method and Description |
---|---|
NavItemEditor |
NavItemEditStartedEvent.getNavItemEditor() |
NavItemEditor |
NavItemEditCancelledEvent.getNavItemEditor() |
Constructor and Description |
---|
NavItemEditCancelledEvent(NavItemEditor navItemEditor) |
NavItemEditStartedEvent(NavItemEditor navItemEditor) |
Modifier and Type | Interface and Description |
---|---|
static interface |
NavItemEditor.View<P extends NavItemEditor> |
class |
NavItemEditorView<P extends NavItemEditor> |
Modifier and Type | Class and Description |
---|---|
class |
NavItemDefaultEditor |
class |
NavRootNodeEditor
An item editor used to handle
NavTree root nodes |
class |
NavTreeEditor |
Modifier and Type | Method and Description |
---|---|
NavItemEditor |
NavItemEditor.createChildEditor(NavItem navItem) |
NavItemEditor |
NavItemEditor.getParentEditor() |
NavItemEditor |
NavItemEditor.getRootEditor() |
NavItemEditor |
NavItemEditor.newDivider() |
NavItemEditor |
NavItemEditor.newGroup() |
NavItemEditor |
NavItemEditor.newPerspective() |
Modifier and Type | Method and Description |
---|---|
Class<? extends NavItemEditor> |
NavItemEditor.getChildEditorClass() |
Modifier and Type | Method and Description |
---|---|
void |
NavItemDefaultEditorView.init(NavItemEditor presenter) |
void |
NavItemEditor.setParentEditor(NavItemEditor parentEditor) |
Modifier and Type | Method and Description |
---|---|
void |
NavItemEditor.setChildEditorClass(Class<? extends NavItemEditor> childEditorClass) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.