Package | Description |
---|---|
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
com.codename1.rad.propertyviews |
This package contains property views, which are used to bind UI components with model properties.
|
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
com.codename1.rad.ui.table |
This package contains bindable implementations of the classes in the
ca.weblite.shared.components.table package. |
Constructor and Description |
---|
FieldEditorFormController(Controller parent,
Entity entity,
FieldNode fld) |
Modifier and Type | Method and Description |
---|---|
FieldNode |
FieldNode.copy() |
static FieldNode |
FieldNode.createdWithProperty(Property prop) |
FieldNode |
FieldNode.createProxy(Node newParent) |
static FieldNode |
FieldNode.createWithPropertySelector(PropertySelector selector) |
static FieldNode |
FieldNode.createWithTags(Tag... tags) |
FieldNode[] |
FormNode.getAllFields() |
FieldNode |
TableColumns.getColumn(int column) |
FieldNode[] |
TableColumns.toFieldArray() |
Modifier and Type | Method and Description |
---|---|
Iterator<FieldNode> |
TableColumns.iterator() |
Iterator<FieldNode> |
SectionNode.iterator() |
Iterator<FieldNode> |
SectionNode.Fields.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
SectionNode.Fields.add(FieldNode node) |
Constructor and Description |
---|
TableColumns(FieldNode... atts) |
Modifier and Type | Method and Description |
---|---|
static LabelPropertyView |
LabelPropertyView.createIconLabel(Entity entity,
FieldNode iconField) |
static LabelPropertyView |
LabelPropertyView.createIconLabel(Label cmp,
Entity entity,
FieldNode iconField) |
Modifier and Type | Method and Description |
---|---|
static FieldNode |
UI.checkbox(Attribute... atts) |
static FieldNode |
UI.checkboxList(Attribute... atts) |
static FieldNode |
UI.checkboxListY(Attribute... atts) |
static FieldNode |
UI.comboBox(Attribute... atts) |
static FieldNode |
UI.field(Attribute... atts) |
FieldNode[] |
UI.getAllFields() |
FieldNode |
PropertyView.getField() |
static FieldNode |
UI.htmlComponent(Attribute... atts) |
static FieldNode |
UI.radio(Attribute... atts) |
static FieldNode |
UI.radioList(Attribute... atts) |
static FieldNode |
UI.radioListY(Attribute... atts) |
static FieldNode |
UI.switchList(Attribute... atts) |
static FieldNode |
UI.switchListY(Attribute... atts) |
static FieldNode |
UI.table(Attribute... atts) |
static FieldNode |
UI.textArea(Attribute... atts) |
static FieldNode |
UI.textField(Attribute... atts) |
static FieldNode |
UI.toggleSwitch(Attribute... atts) |
Modifier and Type | Method and Description |
---|---|
static TableColumns |
UI.columns(FieldNode... atts) |
PropertyView |
PropertyViewFactory.createPropertyView(Entity entity,
FieldNode field) |
PropertyView |
DefaultPropertyViewFactory.createPropertyView(Entity entity,
FieldNode field) |
Constructor and Description |
---|
FieldEditor(Entity entity,
FieldNode field) |
PropertyView(T component,
Entity entity,
FieldNode field) |
SelectForm(Entity entity,
FieldNode field) |
Modifier and Type | Method and Description |
---|---|
FieldNode |
EntityListTableModel.getColumnField(int column) |
Copyright © 2021. All Rights Reserved.