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.
|
com.codename1.rad.ui.builders |
Modifier and Type | Method and Description |
---|---|
static LabelPropertyView |
LabelPropertyView.createIconLabel(Entity entity,
FieldNode iconField) |
static LabelPropertyView |
LabelPropertyView.createIconLabel(Entity entity,
PropertySelector iconProperty) |
static LabelPropertyView |
LabelPropertyView.createIconLabel(Label cmp,
Entity entity,
FieldNode iconField) |
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) |
Modifier and Type | Method and Description |
---|---|
LabelPropertyView |
UIBuilder.image(Tag... tags) |
LabelPropertyView |
UIBuilder.label(Tag... tags) |
Modifier and Type | Method and Description |
---|---|
LabelPropertyView |
LabelPropertyViewBuilder.build() |
LabelPropertyView |
LabelPropertyViewBuilder.getComponent() |
Copyright © 2022. All Rights Reserved.