Package | Description |
---|---|
com.codename1.rad.components.loginform | |
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity , Property , and Tag . |
com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
Modifier and Type | Method and Description |
---|---|
void |
LoginViewDelegate.loginViewHandleForgotPassword(ActionNode.ActionNodeEvent evt)
Triggered when the "Forgot password" button is pressed in the
LoginView |
void |
LoginViewDelegate.loginViewHandleLogin(ActionNode.ActionNodeEvent evt)
Triggered when the
LoginViewSchema.loginAction action is triggered - which
is usually when the user presses the "Login" button. |
Modifier and Type | Method and Description |
---|---|
void |
Controller.addAction(ActionNode.Category category,
ActionListener<ActionNode.ActionNodeEvent> l) |
void |
Controller.addAction(ActionNode.Category category,
ActionNode action,
ActionListener<ActionNode.ActionNodeEvent> l) |
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 |
---|---|
void |
AbstractEntityListProvider.actionPerformed(ActionNode.ActionNodeEvent evt) |
Modifier and Type | Method and Description |
---|---|
static ActionNode.ActionNodeEvent |
ActionNode.getActionNodeEvent(ActionEvent evt) |
static ActionNode.ActionNodeEvent |
ActionNode.getActionNodeEvent(ActionEvent evt,
ActionNode action) |
Modifier and Type | Method and Description |
---|---|
ActionNode.Builder |
ActionNode.Builder.addToController(Controller controller,
ActionNode.Category category,
ActionListener<ActionNode.ActionNodeEvent> listener) |
static boolean |
ActionNode.asActionNodeEvent(ActionEvent evt,
ActionNode action,
SuccessCallback<ActionNode.ActionNodeEvent> callback) |
static boolean |
ActionNode.asActionNodeEvent(ActionEvent evt,
SuccessCallback<ActionNode.ActionNodeEvent> callback) |
Copyright © 2022. All Rights Reserved.