Package | Description |
---|---|
com.codename1.rad.attributes |
This package contains
Attribute classes for use in UI descriptors. |
com.codename1.rad.components.loginform | |
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
Constructor and Description |
---|
ViewControllerAttribute(ViewController value) |
Modifier and Type | Class and Description |
---|---|
class |
LoginFormController
A FormController using
LoginView as its view. |
class |
LoginViewController
A ViewController for the
LoginView . |
Modifier and Type | Class and Description |
---|---|
class |
FieldEditorFormController |
class |
FormController
A controller for handling application logic related to a Form.
|
Modifier and Type | Method and Description |
---|---|
ViewController |
Controller.getViewController() |
ViewController |
ControllerEvent.getViewController() |
static ViewController |
ViewController.getViewController(ActionEvent evt) |
static ViewController |
ViewController.getViewController(Component cmp)
Gets the ViewController associated with this component.
|
Modifier and Type | Method and Description |
---|---|
void |
FormController.setView(ViewController viewController) |
Constructor and Description |
---|
DidSetViewEvent(ViewController source,
Component view) |
DidUnSetViewEvent(ViewController source,
Component view) |
Modifier and Type | Method and Description |
---|---|
ViewController |
ViewContext.getController() |
Modifier and Type | Method and Description |
---|---|
static ViewControllerAttribute |
UI.controller(ViewController ctl) |
void |
ViewContext.setController(ViewController controller) |
Constructor and Description |
---|
ViewContext(ViewController controller,
T entity) |
ViewContext(ViewController controller,
T entity,
Node node) |
Copyright © 2022. All Rights Reserved.