Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonListPropertyView |
class |
CheckBoxPropertyView |
class |
ComboBoxPropertyView
View for binding to
ComboBox components. |
class |
HTMLComponentPropertyView
A view for binding to
TextArea components. |
class |
ImageContainerPropertyView |
class |
LabelPropertyView
View for binding to
Label components. |
class |
RadioPropertyView |
class |
SpanLabelPropertyView
A view for binding to
SpanLabel components. |
class |
SwitchPropertyView |
class |
TablePropertyView
A view for binding to
Table components. |
class |
TextAreaPropertyView
A view for binding to
TextArea components. |
class |
TextFieldPropertyView
A view for binding to TextField components.
|
Modifier and Type | Method and Description |
---|---|
PropertyView |
PropertyViewFactory.createPropertyView(Entity entity,
FieldNode field) |
PropertyView |
DefaultPropertyViewFactory.createPropertyView(Entity entity,
FieldNode field) |
PropertyView |
PropertyViewDecorator.decorate(PropertyView propertyView)
Decorates a property view.
|
Modifier and Type | Method and Description |
---|---|
PropertyView |
PropertyViewDecorator.decorate(PropertyView propertyView)
Decorates a property view.
|
Copyright © 2021. All Rights Reserved.