| Package | Description |
|---|---|
| com.codename1.rad.components.loginform | |
| com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormController
A FormController using
LoginView as its view. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FormController.CloneableFormController<T extends FormController>
Interface that can be implemented by FormController subclasses that support Cloning and replacing themselves.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldEditorFormController |
| Modifier and Type | Method and Description |
|---|---|
static <T extends FormController> |
FormController.cloneAndReplace(T controller)
Clones a form controller and replaces it.
|
| Modifier and Type | Method and Description |
|---|---|
FormController |
ApplicationController.getCurrentFormController() |
static FormController |
FormController.getCurrentFormController() |
FormController |
Controller.getFormController()
Gets the FormController for the current controller context.
|
FormController |
ControllerEvent.getFormController() |
static FormController |
FormController.getFormController(ActionEvent event) |
static FormController |
FormController.getFormController(Component source) |
static FormController |
FormController.getFormController(Form form) |
FormController |
Controller.getFormController(int maxDistance)
Returns the FormController in this hierarchy if it can be found within a maximum distance when
traversing up the controller hierarchy.
|
FormController |
FormController.FormShownEvent.getSourceFormController() |
Copyright © 2021. All Rights Reserved.