| Package | Description |
|---|---|
| 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.
|
| com.codename1.rad.ui.table |
This package contains bindable implementations of the classes in the
ca.weblite.shared.components.table package. |
| Modifier and Type | Method and Description |
|---|---|
PropertyViewFactory |
FieldNode.getViewFactory() |
| Constructor and Description |
|---|
PropertyViewFactoryNode(PropertyViewFactory viewFactory,
Attribute... atts) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertyViewFactory
Default factory used to convert a
FieldNode into a PropertyView. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyViewFactory |
UI.getDefaultPropertyViewFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyViewFactoryNode |
UI.factory(PropertyViewFactory factory,
Attribute... atts) |
static PropertyViewFactoryNode |
UI.propertyView(PropertyViewFactory factory,
Attribute... atts) |
static PropertyViewFactoryNode |
UI.propertyViewFactory(PropertyViewFactory factory,
Attribute... atts) |
static void |
UI.setDefaultPropertyViewFactory(PropertyViewFactory factory) |
static PropertyViewFactoryNode |
UI.viewFactoryFactory(PropertyViewFactory factory,
Attribute... atts) |
| Constructor and Description |
|---|
EntityListTableCellEditor(PropertyViewFactory viewFactory) |
EntityListTableCellEditor(TableCellEditor parent,
PropertyViewFactory viewFactory) |
EntityListTableCellRenderer(PropertyViewFactory viewFactory) |
EntityListTableCellRenderer(TableCellRenderer parent,
PropertyViewFactory viewFactory) |
Copyright © 2021. All Rights Reserved.