| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionDefinition
Represents a action node with name, description and icon.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ActionDefinition> |
ActionsTree.getRootNodes()
Returns the list of root nodes of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionbarListener.actionExecuted(ActionDefinition action) |
| Modifier and Type | Method and Description |
|---|---|
ActionsTree |
ActionsResolver.formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
since 6.7 - use
ActionsResolver.formTree(Collection, WidgetInstanceManager) Forms provided
actions into the tree |
default ActionsTree |
ActionsResolver.formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager)
Forms provided actions into the tree
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends ActionDefinition> |
ActionComponentUtils.getDefinition(org.zkoss.zk.ui.HtmlBasedComponent nodeComponent)
Gets a definition bound to provided component representation
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionComponentUtils.formatNodeElement(ActionComponent nodeElement,
ActionbarContext context,
ActionDefinition definition)
Initialises component representation of action - sets its labels, images, etc.
|
static void |
ActionComponentUtils.initComponent(ActionComponent nodeElement,
ActionbarContext context,
ActionDefinition definition)
Initialises component representation of action - stores all needed meta data, sets test ids, etc.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigationNode
Definition of explorer tree node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NavigationNodeDecorator
Decorate NavigationNode with functionality of evaluating text to display
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNode
Represents a navigation node with name, description and icon.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleNode |
SimpleNode.create(ActionDefinition action) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationTree |
PerspectiveChooserWidgetController.formNavigationTree(Collection<ActionDefinition> actions) |
void |
PerspectiveChooserWidgetController.setActions(Collection<ActionDefinition> actions) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationNode |
TreePerspectiveResolver.formAction(ActionDefinition action,
Map<String,Format> formats) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationTree |
TreePerspectiveResolver.buildTree(Collection<? extends ActionDefinition> actions,
Map<String,Format> formats) |
default NavigationTree |
DefaultPerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
|
NavigationTree |
TreePerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
|
default NavigationTree |
DefaultPerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager)
Goes through all provided actions and forms then in the shape of navigation action tree.
|
NavigationTree |
TreePerspectiveResolver.formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionDefinition |
PerspectiveContainerWidgetController.mapToAction(Widget widget) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicNode
Represents a navigation node with dynamic children.
|
class |
TypeNode
Navigation node representing a type.
|
Copyright © 2018. All rights reserved.