Package | Description |
---|---|
com.codename1.rad.io | |
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
com.codename1.rad.ui.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
com.codename1.rad.ui.table |
This package contains bindable implementations of the classes in the
ca.weblite.shared.components.table package. |
Modifier and Type | Method and Description |
---|---|
EntityList |
ResultParser.parse(List rows,
EntityList out)
Parses a list of Maps or Elements into an EntityList.
|
EntityList |
ResultParser.parse(Result result,
EntityList out)
Parses a result into the provided EntityList.
|
Modifier and Type | Method and Description |
---|---|
EntityList |
ResultParser.parse(List rows,
EntityList out)
Parses a list of Maps or Elements into an EntityList.
|
EntityList |
ResultParser.parse(Result result,
EntityList out)
Parses a result into the provided EntityList.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityListProperty<T extends EntityList>
A property containing an
EntityList value. |
class |
ListProperty<T extends EntityList>
A
Property containing an EntityList |
Modifier and Type | Class and Description |
---|---|
class |
AggregateEntityList<T extends Entity>
An entity list that automatically adds its items to its aggregate root.
|
Modifier and Type | Field and Description |
---|---|
static ContentType<EntityList> |
ContentType.EntityListType |
Modifier and Type | Method and Description |
---|---|
<T extends EntityList> |
EntityType.compose(Class<T> type,
Attribute... atts)
Creates a new ListProperty (i.e.
|
<T extends EntityList> |
EntityType.list(Class<T> type,
Attribute... atts)
Alias of
#compose(java.lang.Class, com.codename1.rad.models.Attribute…) . |
static <T extends EntityList,V extends Entity> |
EntityType.registerList(Class<T> listClass,
Class<V> rowType) |
static <T extends EntityList,V extends Entity> |
EntityType.registerList(Class<T> listClass,
Class<V> rowType,
EntityFactory factory) |
Modifier and Type | Method and Description |
---|---|
EntityList |
PropertySelector.getEntityList(EntityList defaultVal)
Gets the selected property value as EntityList.
|
EntityList |
Entity.getEntityList(Property prop)
Gets property as an EntityList
|
EntityList |
Entity.getEntityList(Tag... tag)
Gets a property as an EntityList.
|
EntityList |
Entity.getEntityListNonNull(Property prop)
Gets property as an EntityList.
|
Modifier and Type | Method and Description |
---|---|
EntityList |
PropertySelector.getEntityList(EntityList defaultVal)
Gets the selected property value as EntityList.
|
boolean |
PropertySelector.setEntityList(EntityList val) |
Modifier and Type | Method and Description |
---|---|
EntityTypeBuilder |
EntityTypeBuilder.listType(Class<? extends EntityList> listType) |
Constructor and Description |
---|
EntityAddedEvent(EntityList source,
Entity entity,
int index) |
EntityEvent(EntityList source,
Entity entity,
int index) |
EntityListEvent(EntityList source) |
EntityListInvalidatedEvent(EntityList source) |
EntityRemovedEvent(EntityList source,
Entity entity,
int index) |
TransactionEvent(EntityList source)
Creates a new TransactionEvent with the given EntityList source.
|
VetoableEntityAddedEvent(EntityList source,
Entity entity,
int index) |
VetoableEntityEvent(EntityList source,
Entity entity,
int index) |
VetoableEntityRemovedEvent(EntityList source,
Entity entity,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
EntityListView<T extends EntityList>
A view that renders an
EntityList visually. |
Constructor and Description |
---|
ProfileAvatarsTitleComponent(EntityList entity,
ViewNode node,
float avatarSizeMM)
Creates a title component.
|
ProfileListView(EntityList list) |
ProfileListView(EntityList list,
ListNode node,
float avatarSizeMM) |
Modifier and Type | Method and Description |
---|---|
EntityList<T> |
EntityListTableModel.getEntityList() |
Constructor and Description |
---|
EntityListTableModel(EntityType rowType,
EntityList<T> entities,
TableColumns columnsNode) |
Copyright © 2021. All Rights Reserved.