Package | Description |
---|---|
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ActionsNode |
Controller.getActionsNode(ActionNode.Category category,
boolean aggregate)
Gets an actions node for the given category such that it can be added directly to
a
ViewNode . |
ActionsNode |
Controller.getSingleActionsNode(ActionNode.Category category)
Gets a single
ActionNode for the given category. |
Modifier and Type | Field and Description |
---|---|
protected Map<ActionNode.Category,ActionsNode> |
Node.actions |
Modifier and Type | Method and Description |
---|---|
static ActionsNode |
UI.actions(ActionNode.Category category,
Actions actions) |
static ActionsNode |
UI.actions(Attribute... atts) |
static ActionsNode |
UI.addAction(ActionNode insertAction)
Adds a
ActionCategories.LIST_ADD_ACTION used by EntityListView |
static ActionsNode |
UI.loadMoreAction(ActionNode loadMoreAction)
Adds a
ActionCategories.LIST_LOAD_MORE_ACTION used by EntityListView |
static ActionsNode |
UI.refreshAction(ActionNode refreshAction)
Adds a
ActionCategories.LIST_REFRESH_ACTION used by EntityListView |
static ActionsNode |
UI.removeAction(ActionNode removeAction)
Adds a
ActionCategories.LIST_REMOVE_ACTION used by EntityListView . |
static ActionsNode |
UI.selectAction(ActionNode selectAction)
Adds a
ActionCategories.LIST_SELECT_ACTION used by EntityListView |
Copyright © 2022. All Rights Reserved.