Package | Description |
---|---|
com.codename1.rad.components.loginform | |
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.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
Modifier and Type | Field and Description |
---|---|
static ViewProperty<String> |
LoginViewSchema.textfieldUiid |
static ViewProperty<String> |
LoginViewSchema.titleUiid |
Modifier and Type | Field and Description |
---|---|
protected Map<ViewProperty,ViewPropertyParameter> |
Node.viewParameters
View parameters which can be used for setting properties in views.
|
Modifier and Type | Method and Description |
---|---|
<V> ViewPropertyParameter<V> |
Node.getViewParameter(ViewProperty<V> prop)
Gets a view parameter for this node.
|
<V> ViewPropertyParameter<V> |
Node.getViewParameter(ViewProperty<V> prop,
ViewPropertyParameter<V> defaultVal)
Gets a view parameter for this node.
|
<V> V |
Node.getViewParameterValue(ViewProperty<V> prop)
Gets the value of a view parameter.
|
<V> V |
Node.getViewParameterValue(ViewProperty<V> prop,
V defaultValue)
Gets the value of a view parameter
|
boolean |
Node.hasViewParameter(ViewProperty<?> prop)
Checks if this node has the given view parameter.
|
Modifier and Type | Method and Description |
---|---|
static ViewProperty<Boolean> |
ViewProperty.booleanProperty(Attribute... atts) |
static ViewProperty<Double> |
ViewProperty.doubleProperty(Attribute... atts) |
static ViewProperty<Float> |
ViewProperty.floatProperty(Attribute... atts) |
ViewProperty<T> |
ViewPropertyParameter.getProperty() |
static ViewProperty<Integer> |
ViewProperty.intProperty(Attribute... atts) |
static ViewProperty<String> |
ViewProperty.stringProperty(Attribute... atts) |
Modifier and Type | Method and Description |
---|---|
static <V> ViewPropertyParameter<V> |
ViewPropertyParameter.createBindingParam(ViewProperty<V> property,
Tag... tags) |
static <V> ViewPropertyParameter<V> |
ViewPropertyParameter.createValueParam(ViewProperty<V> property,
V value) |
<V> V |
AbstractEntityView.getParam(ViewProperty<V> property,
V defaultValue) |
static <T> ViewPropertyParameterAttribute<T> |
UI.param(ViewProperty<T> prop,
T value) |
static <T> ViewPropertyParameterAttribute<T> |
UI.param(ViewProperty<T> prop,
Tag... tags) |
Modifier and Type | Field and Description |
---|---|
static ViewProperty<ActionNode.Category> |
MultiButtonEntityView.ACTION_CATEGORY |
static ViewProperty<Boolean> |
EntityListView.ANIMATE_INSERTIONS
View property to configure whether inserting new rows should be animated.
|
static ViewProperty<Boolean> |
EntityListView.ANIMATE_REMOVALS
View property to configure whether removing rows should be animated.
|
static ViewProperty<Integer> |
EntityListView.COLUMNS
View property to specify the number of columns to use for the
EntityListView.RowLayout.Grid layout. |
static ViewProperty<Integer> |
ProfileAvatarView.DEFAULT_MATERIAL_ICON
View property to set the default material icon to a constant.
|
static ViewProperty<ProfileAvatarView.FallbackSettings> |
ProfileAvatarView.FALLBACK_SETTINGS |
static ViewProperty<AsyncImage> |
MultiButtonEntityView.ICON
View property to bind
MultiButton.setIcon(com.codename1.ui.Image) . |
static ViewProperty<Property> |
ProfileAvatarView.ICON_PROPERTY |
static ViewProperty<Tags> |
ProfileAvatarView.ICON_PROPERTY_TAGS |
static ViewProperty<Integer> |
EntityListView.LANDSCAPE_COLUMNS
View property to specify the number of columns to use in landscape mode for
EntityListView.RowLayout.Grid |
static ViewProperty<EntityListView.RowLayout> |
EntityListView.LAYOUT
View property to specify the layout of the list.
|
static ViewProperty<String> |
MultiButtonEntityView.LINE1
View property to bind
MultiButton.setTextLine1(java.lang.String) |
static ViewProperty<String> |
MultiButtonEntityView.LINE1_UIID |
static ViewProperty<String> |
MultiButtonEntityView.LINE2
View property to bind
MultiButton.setTextLine2(java.lang.String) . |
static ViewProperty<String> |
MultiButtonEntityView.LINE2_UIID |
static ViewProperty<String> |
MultiButtonEntityView.LINE3
View property to bind
MultiButton.setTextLine3(java.lang.String) |
static ViewProperty<String> |
MultiButtonEntityView.LINE3_UIID |
static ViewProperty<String> |
MultiButtonEntityView.LINE4
View property to bind
MultiButton.setTextLine4(java.lang.String) |
static ViewProperty<String> |
MultiButtonEntityView.LINE4_UIID |
static ViewProperty<Property> |
ProfileAvatarView.NAME_PROPERTY |
static ViewProperty<Tags> |
ProfileAvatarView.NAME_PROPERTY_TAGS |
static ViewProperty<Boolean> |
EntityListView.SCROLLABLE_X
View property to configure whether the list is scrollable horizontally.
|
static ViewProperty<Boolean> |
EntityListView.SCROLLABLE_Y
View property to configure whether the list is scrollable vertically.
|
static ViewProperty<String> |
MultiButtonEntityView.UIID |
Copyright © 2021. All Rights Reserved.