Package | Description |
---|---|
com.codename1.rad.attributes |
This package contains
Attribute classes for use in UI descriptors. |
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.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.image |
This class contains subclasses of AsyncImage
|
Modifier and Type | Method and Description |
---|---|
PropertySelector |
PropertySelectorAttribute.getValue(Entity root) |
Modifier and Type | Method and Description |
---|---|
PropertySelector |
PropertySelector.child(int index,
Property prop) |
PropertySelector |
PropertySelector.child(int index,
Tag... tags) |
PropertySelector |
PropertySelector.child(Property prop)
|
PropertySelector |
PropertySelector.child(Tag... tags)
Alias of
#createChildSelector(com.codename1.rad.models.Tag…) |
PropertySelector |
PropertySelector.createChildSelector(int index,
Property property) |
PropertySelector |
PropertySelector.createChildSelector(int index,
Tag... tags) |
PropertySelector |
PropertySelector.createChildSelector(Property property)
Creates a child selector on this property selector.
|
PropertySelector |
PropertySelector.createChildSelector(Tag... tags)
Creates a child selector for this property selector.
|
PropertySelector |
PropertySelector.getParent()
Gets the parent property selector.
|
PropertySelector |
PropertySelector.getRoot()
Gets the root property selector.
|
PropertySelector |
PropertySelectorProvider.getSelector(Entity root) |
static PropertySelector |
PropertySelector.propertySelector(Entity root,
Property prop) |
static PropertySelector |
PropertySelector.propertySelector(Entity root,
Tag... tags) |
Constructor and Description |
---|
PropertySelector(PropertySelector parent,
Property property)
Creates a new property selector with the given parent selector.
|
PropertySelector(PropertySelector parent,
Tag... tags)
Creates a new property selector with the given parent selector.
|
Modifier and Type | Method and Description |
---|---|
PropertySelector |
Node.createPropertySelector(Entity entity)
Creates a property selector on the given entity using (in order of decreasing precedence):
|
PropertySelector |
FieldNode.getPropertySelector(Entity context)
Gets a property selector for this field node.
|
Modifier and Type | Method and Description |
---|---|
static FieldNode |
FieldNode.createWithPropertySelector(PropertySelector selector) |
Modifier and Type | Method and Description |
---|---|
PropertySelector |
LabelPropertyView.getIconPropertySelector() |
Modifier and Type | Method and Description |
---|---|
static LabelPropertyView |
LabelPropertyView.createIconLabel(Entity entity,
PropertySelector iconProperty) |
static LabelPropertyView |
LabelPropertyView.createRoundIconLabel(Label label,
Entity entity,
PropertySelector iconProperty,
int size) |
static LabelPropertyView |
LabelPropertyView.createRoundRectIconLabel(Label label,
Entity entity,
PropertySelector iconProperty,
int width,
int height,
float cornerRadiusMM) |
Constructor and Description |
---|
SpanLabelPropertyView(SpanLabel component,
Entity entity,
PropertySelector property) |
Modifier and Type | Method and Description |
---|---|
PropertySelector |
PropertyView.getPropertySelector() |
Modifier and Type | Method and Description |
---|---|
static PropertySelectorAttribute |
UI.property(PropertySelector value) |
Modifier and Type | Method and Description |
---|---|
Image |
RoundRectImageRenderer.createImage(PropertySelector selector) |
Image |
RoundImageRenderer.createImage(PropertySelector selector) |
Image |
PropertyImageRenderer.createImage(PropertySelector selector) |
static ImageContainer |
ImageContainer.createToFileSystem(PropertySelector property) |
static ImageContainer |
ImageContainer.createToFileSystem(PropertySelector property,
String filePath) |
static ImageContainer |
ImageContainer.createToStorage(PropertySelector property) |
static ImageContainer |
ImageContainer.createToStorage(PropertySelector property,
String storageFile) |
Copyright © 2021. All Rights Reserved.