Package | Description |
---|---|
ca.weblite.shared.components |
This package contains foundation components that are used by views in CodeRAD.
|
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 | Class and Description |
---|---|
static class |
CollapsibleSideBarContainer.HideSideBarEvent |
static class |
CollapsibleSideBarContainer.ShowSideBarEvent |
static class |
CollapsibleSideBarContainer.SideBarEvent |
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationController.ApplicationEvent |
static class |
ApplicationController.DestroyEvent |
static class |
ApplicationController.InitEvent |
static class |
ApplicationController.StartEvent |
static class |
ApplicationController.StopEvent |
static class |
AppSectionController.ExitSectionEvent
An event that can be dispatched from anywhere inside an AppSection to exit the section.
|
static class |
FormController.FormBackEvent
Event that can be fired by any view to request that the current form go back
to the previous form.
|
static class |
FormController.FormControllerEvent
Base class for FormController events.
|
static class |
ViewController.DidSetViewEvent
Event that is fired when a "view" is set in a view controller.
|
static class |
ViewController.DidUnSetViewEvent
Event that is fired when a "view" is unset from a view controller.
|
Modifier and Type | Method and Description |
---|---|
<T extends ControllerEvent> |
ControllerEvent.as(Class<T> type)
Returns this event as the given type - or null if it is not that type.
|
Modifier and Type | Method and Description |
---|---|
void |
FormController.actionPerformed(ControllerEvent evt)
Handles Controller event.
|
void |
Controller.actionPerformed(ControllerEvent evt)
Should be overridden by subclasses to handle ControllerEvent s.
|
void |
AppSectionController.actionPerformed(ControllerEvent evt) |
protected void |
Controller.dispatchEvent(ControllerEvent evt)
Dispatches an event first to listeners of this controller, and then, if not consumed yet,
to listeners of the parent controller.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.addEventListener(ActionListener<ControllerEvent> l)
Adds a controller listener.
|
void |
Controller.removeEventListener(ActionListener<ControllerEvent> l) |
Modifier and Type | Class and Description |
---|---|
static class |
EntityList.EntityAddedEvent
Event fired after an item is added to the list.
|
static class |
EntityList.EntityEvent |
static class |
EntityList.EntityListEvent |
static class |
EntityList.EntityListInvalidatedEvent
An event that is fired when the statue of the list has changed in ways
that cannot be synchronized using Add/Remove events.
|
static class |
EntityList.EntityRemovedEvent
Event fired after an item is removed from the list.
|
static class |
EntityList.TransactionEvent
An event to encapsulate transactions on a list.
|
static class |
EntityList.VetoableEntityAddedEvent
Event fired before an item is added to the list.
|
static class |
EntityList.VetoableEntityEvent
A type of entity event which is fired before the add/remove occurs, and allows
the listener to veto/cancel the add/remove.
|
static class |
EntityList.VetoableEntityRemovedEvent
Event fired before an item is removed from the list.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActionNode.ActionNodeEvent |
Copyright © 2021. All Rights Reserved.