| Package | Description |
|---|---|
| com.codename1.rad.events |
This package contains utility classes for CodeRAD events.
|
| com.codename1.rad.nodes |
This package contains
Node classes for use inside UI descriptors. |
| com.codename1.rad.ui |
This package contains the foundation classes for CodeRAD views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventFactory
The default factory used for creating an ActionEvent from an action context.
|
| Constructor and Description |
|---|
EventFactoryNode(EventFactory value,
Attribute... atts) |
| Modifier and Type | Method and Description |
|---|---|
static EventFactory |
UI.getDefaultEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EventFactoryNode |
UI.event(EventFactory factory,
Attribute... atts) |
static EventFactoryNode |
UI.eventFactory(EventFactory factory,
Attribute... atts) |
static EventFactoryNode |
UI.factory(EventFactory factory,
Attribute... atts) |
static void |
UI.setDefaultEventFactory(EventFactory factory) |
Copyright © 2021. All Rights Reserved.