| 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. |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
EventContext.copyWithNewAction(ActionNode action) |
| Modifier and Type | Method and Description |
|---|---|
ActionEvent |
EventFactory.createEvent(EventContext context) |
ActionEvent |
DefaultEventFactory.createEvent(EventContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
ActionNode.ActionNodeEvent.getContext()
Gets the context of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ActionEvent |
ActionNode.fireEvent(EventContext context)
Fires an event with the given event context.
|
| Constructor and Description |
|---|
ActionNodeEvent(EventContext context)
Creates a new ActionNodeEvent with the given context.
|
Copyright © 2022. All Rights Reserved.