Package | Description |
---|---|
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
Modifier and Type | Class and Description |
---|---|
class |
ActionNode
A special
Node that defines an action. |
static class |
ActionNode.Disabled
A sub-node of an ActionNode that contains attributes for the action specific to
its disabled state.
|
static class |
ActionNode.Pressed
A sub-node of an ActionNode that contains attributes for the action specific
to its pressed state.
|
static class |
ActionNode.Selected
A sub-node of an ActionNode that contains attributes for the action specific to
its selected state.
|
static class |
ActionNode.Unselected
A sub-node of an ActionNode that contains attributes for the action specific to
its unselected state.
|
class |
ComponentDecoratorNode |
class |
FieldNode
A
Node that represents a field (usually editable) on a form. |
Copyright © 2021. All Rights Reserved.