Node classes for use inside UI descriptors.See: Description
| Interface | Description |
|---|---|
| ActionNode.AfterActionCallback |
A callback the is to be called after an ActionNodeEvent has been triggered.
|
| NodeBuilder<T extends Node> | |
| Proxyable<T> |
An interface implemented by nodes that can be proxied.
|
| Class | Description |
|---|---|
| AbstractNodeBuilder<T extends Node> | |
| ActionNode |
A special
Node that defines an action. |
| ActionNode.ActionNodeEvent |
An action node event.
|
| ActionNode.AfterActionCallbackNode |
A node wrapper for
ActionNode.AfterActionCallback. |
| ActionNode.Builder |
A builder to create action nodes.
|
| ActionNode.Category |
A category is used as a marker in a View to allow groups of actions to be added to the view
in a single category.
|
| ActionNode.Disabled |
A sub-node of an ActionNode that contains attributes for the action specific to
its disabled state.
|
| ActionNode.EnabledCondition |
Attribute for adding a test for the enabled condition of the action.
|
| ActionNode.OverrideRule | |
| ActionNode.Pressed |
A sub-node of an ActionNode that contains attributes for the action specific
to its pressed state.
|
| ActionNode.Selected |
A sub-node of an ActionNode that contains attributes for the action specific to
its selected state.
|
| ActionNode.Unselected |
A sub-node of an ActionNode that contains attributes for the action specific to
its unselected state.
|
| ActionsNode |
A wrapper node for adding multiple actions to a Node hierarchy.
|
| ActionViewFactoryNode |
A node wrapper for an
ActionViewFactory. |
| ComponentDecoratorNode | |
| EntityViewFactoryNode |
A node containing an
EntityViewFactory. |
| EventFactoryNode |
A node that wraps an
EventFactory. |
| FieldNode |
A
Node that represents a field (usually editable) on a form. |
| FormNode |
A node that encapsulates form (not a
Form, a small "f" form) for editing the properties of an Entity. |
| ListNode |
A node that defines a list view.
|
| Node<T> |
A special type of attribute that can contain child nodes.
|
| OptionsNode | |
| PropertyNode | |
| PropertyViewDecoratorNode | |
| PropertyViewFactoryNode |
A
Node for specifying the PropertyViewFactory to use for rendering properties. |
| RowTemplateNode |
A node that provides settings for the rows of a list.
|
| SectionNode |
Encapsulates a section of a Form.
|
| SwipeContainer |
A
Node that can be used to create a SwipeContainer. |
| TableColumns |
A node that specifies the columns that should be included in a
Table. |
| ViewNode |
A node representing an EntityView.
|
This package contains Node classes for use inside UI descriptors.
Copyright © 2022. All Rights Reserved.