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.menus |
This class contains menu components that can be bound to Actions and Action lists.
|
Modifier and Type | Method and Description |
---|---|
Actions |
Node.getActions(ActionNode.Category category)
Gets actions on this node in the given category.
|
Actions |
Node.getInheritedActions(ActionNode.Category category)
Gets actions on this node, and parent node(s) in the given category.
|
Modifier and Type | Method and Description |
---|---|
Actions |
Actions.getEnabled(Entity entity)
Get only the enabled actions from this actions list.
|
Actions |
Actions.proxy() |
Actions |
Actions.proxy(Node parent) |
Actions |
Actions.setAttributes(Attribute... atts) |
Actions |
Actions.setAttributesIfNotSet(Attribute... atts) |
Modifier and Type | Method and Description |
---|---|
static ActionsNode |
UI.actions(ActionNode.Category category,
Actions actions) |
Constructor and Description |
---|
ActionSheet(Sheet parent,
Entity entity,
Actions actions) |
PopupActionsMenu(Actions actions,
Entity entity,
Component source) |
Copyright © 2021. All Rights Reserved.