Package | Description |
---|---|
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.builders | |
com.codename1.rad.ui.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
Modifier and Type | Method and Description |
---|---|
ListNode |
FormNode.getRootList() |
Modifier and Type | Method and Description |
---|---|
static ListNode |
UI.list(Attribute... atts) |
Modifier and Type | Method and Description |
---|---|
EntityListViewBuilder |
EntityListViewBuilder.node(ListNode node) |
Modifier and Type | Method and Description |
---|---|
ListNode |
EntityListView.Builder.buildNode() |
ListNode |
EntityListView.getViewNode() |
Modifier and Type | Method and Description |
---|---|
EntityListView |
EntityListView.EntityListViewFactory.newInstance(EntityList model,
ListNode node) |
EntityListView.Builder |
EntityListView.Builder.node(ListNode node) |
Constructor and Description |
---|
EntityListView(T list,
ListNode node)
Creates a list view for the given Entity list
|
ProfileListView(EntityList list,
ListNode node) |
ProfileListView(EntityList list,
ListNode node,
float avatarSizeMM) |
ProfileListView(EntityList list,
ListNode node,
int avatarSizePx) |
Copyright © 2022. All Rights Reserved.