Package | Description |
---|---|
com.codename1.rad.components.loginform | |
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. |
Modifier and Type | Class and Description |
---|---|
class |
LoginFormController
A FormController using
LoginView as its view. |
class |
LoginViewController
A ViewController for the
LoginView . |
Constructor and Description |
---|
LoginFormController(Controller parent) |
LoginViewController(Controller parent) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationController
The main application controller.
|
class |
AppSectionController
A controller for a section of an app.
|
class |
FieldEditorFormController |
class |
FormController
A controller for handling application logic related to a Form.
|
class |
NavigationController |
class |
ViewController
A controller class that handles application logic for a view.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Controller> |
Controller.start(T controller)
Static method that starts a given controller, and returns the controller back
for chaining.
|
Modifier and Type | Method and Description |
---|---|
Controller |
Controller.getParent()
Gets the parent controller for this controller.
|
Controller |
ViewController.DidSetViewEvent.getSource() |
Controller |
ViewController.DidUnSetViewEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setParent(Controller parent)
Sets the parent controller for this controller.
|
Constructor and Description |
---|
AppSectionController(Controller parent) |
Controller(Controller parent)
Creates a controller with a given parent controller.
|
FieldEditorFormController(Controller parent,
Entity entity,
FieldNode fld) |
FormController(Controller parent) |
NavigationController(Controller parent)
Creates a controller with a given parent controller.
|
ViewController(Controller parent)
Creates a new ViewController with the given parent controller.
|
Modifier and Type | Method and Description |
---|---|
ActionNode.Builder |
ActionNode.Builder.addToController(Controller controller,
ActionNode.Category category,
ActionListener<ActionNode.ActionNodeEvent> listener) |
Copyright © 2021. All Rights Reserved.