Package | Description |
---|---|
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
com.codename1.rad.events |
This package contains utility classes for CodeRAD events.
|
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.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.addActionListener(ActionNode action,
ActionListener<ActionNode.ActionNodeEvent> l)
Adds a listener to respond to events fired by a given action.
|
void |
Controller.removeActionListener(ActionNode action,
ActionListener<ActionNode.ActionNodeEvent> l) |
Modifier and Type | Method and Description |
---|---|
ActionNode |
EventContext.getAction() |
Modifier and Type | Method and Description |
---|---|
EventContext |
EventContext.copyWithNewAction(ActionNode action) |
void |
EventContext.setAction(ActionNode action) |
Constructor and Description |
---|
EventContext(Entity entity,
Component source,
ActionNode action) |
Modifier and Type | Class and Description |
---|---|
static class |
ActionNode.Disabled |
static class |
ActionNode.Pressed |
static class |
ActionNode.Selected |
static class |
ActionNode.Unselected |
Modifier and Type | Method and Description |
---|---|
ActionNode |
ActionNode.ActionNodeEvent.getAction() |
ActionNode |
Node.getAction(ActionNode.Category category)
Gets an action defined on this node that matches the given category.
|
static ActionNode |
ActionNode.getActionNode(ActionEvent evt) |
ActionNode |
ActionNode.getDisabled() |
ActionNode |
Node.getInheritedAction(ActionNode.Category category)
Gets action matching the given category in this node.
|
ActionNode |
ActionNode.getPressed() |
ActionNode |
ActionNode.getSelected() |
ActionNode |
ActionNode.getUnselected() |
Modifier and Type | Method and Description |
---|---|
Iterator<ActionNode> |
ActionsNode.iterator() |
Modifier and Type | Method and Description |
---|---|
static ActionNode.ActionNodeEvent |
ActionNode.getActionNodeEvent(ActionEvent evt,
ActionNode action) |
Modifier and Type | Method and Description |
---|---|
static ActionNode |
UI.action(Attribute... atts) |
ActionNode[] |
Actions.toArray() |
Modifier and Type | Method and Description |
---|---|
Iterator<ActionNode> |
Actions.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Actions.add(ActionNode... nodes) |
static ActionsNode |
UI.addAction(ActionNode insertAction) |
Component |
SettingsForm.SettingsFormActionViewFactory.createActionView(Entity entity,
ActionNode action) |
Component |
DefaultActionViewFactory.createActionView(Entity entity,
ActionNode action) |
Component |
ActionViewFactory.createActionView(Entity entity,
ActionNode action) |
static ActionsNode |
UI.removeAction(ActionNode removeAction) |
static ActionsNode |
UI.selectAction(ActionNode selectAction) |
Modifier and Type | Method and Description |
---|---|
void |
Actions.add(Iterable<ActionNode> actions) |
Constructor and Description |
---|
SettingsFormActionView(Entity entity,
ActionNode action) |
Modifier and Type | Method and Description |
---|---|
void |
MultiButtonEntityView.setAction(ActionNode action) |
Copyright © 2021. All Rights Reserved.