public class ListProperty<T extends EntityList> extends EntityProperty<T>
A Property containing an EntityList
EntityType#list(java.lang.Class, com.codename1.rad.models.Attribute…)Property.Description, Property.Editable, Property.Getter<T>, Property.GetterAttribute, Property.Label, Property.Name, Property.Setter<T>, Property.SetterAttribute, Property.Test, Property.Widget| Constructor and Description |
|---|
ListProperty(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(Entity entity,
T value) |
getRepresentationClassfreeze, getAttribute, getAttributes, getContentType, getDescription, getLabel, getTags, getter, getValue, getWidget, setAttributes, setterpublic void setValue(Entity entity, T value)
setValue in interface Property<T extends EntityList>setValue in class AbstractProperty<T extends EntityList>Copyright © 2021. All Rights Reserved.