Package | Description |
---|---|
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
Modifier and Type | Method and Description |
---|---|
Property.Label |
AbstractProperty.getLabel() |
Property.Label |
WidgetDescriptor.getLabel() |
static Property.Label |
EntityType.label(String label)
Creates a label attribute.
|
Modifier and Type | Method and Description |
---|---|
Property.Label |
SectionNode.getLabel() |
Property.Label |
ActionNode.getLabel()
Gets the action label.
|
Property.Label |
FieldNode.getLabel() |
Property.Label |
FieldNode.getLabel(EntityType context) |
Modifier and Type | Method and Description |
---|---|
static Property.Label |
UI.label(String label) |
static Property.Label |
UI.label(StringProvider provider) |
static Property.Label |
UI.label(String label,
StringProvider provider) |
Copyright © 2022. All Rights Reserved.