Node classes for use inside UI descriptors.See: Description
| Interface | Description |
|---|---|
| Proxyable<T> |
An interface implemented by nodes that can be proxied.
|
| Class | Description |
|---|---|
| ActionNode |
A special
Node that defines an action. |
| ActionNode.ActionNodeEvent | |
| ActionNode.Category | |
| ActionNode.Disabled | |
| ActionNode.EnabledCondition | |
| ActionNode.Pressed | |
| ActionNode.Selected | |
| ActionNode.Unselected | |
| 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 © 2021. All Rights Reserved.