Package | Description |
---|---|
com.codename1.rad.controllers |
This package contains controllers for CodeRAD applications.
|
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 |
ViewController
A controller class that handles application logic for a view.
|
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) |
ViewController(Controller parent) |
Copyright © 2021. All Rights Reserved.