public static class ActionNode.ActionNodeEvent extends ControllerEvent
An action node event. This is the type of event triggered by an action node.
ActionEvent.Type
Constructor and Description |
---|
ActionNodeEvent(EventContext context)
Creates a new ActionNodeEvent with the given context.
|
Modifier and Type | Method and Description |
---|---|
ActionNode |
getAction()
Gets the action that triggeed this event.
|
EventContext |
getContext()
Gets the context of the event.
|
Entity |
getEntity()
Gets the entity context where the action was triggered.
|
as, as, getApplicationController, getAppSectionController, getAsyncResource, getAsyncResource, getFormController, getViewController, setAsyncResource
consume, getActualComponent, getCommand, getComponent, getDraggedComponent, getDropTarget, getEventType, getKeyEvent, getProgress, getSource, getX, getY, isConsumed, isLongEvent, isPointerPressedDuringDrag, setPointerPressedDuringDrag
public ActionNodeEvent(EventContext context)
Creates a new ActionNodeEvent with the given context.
context
- public ActionNode getAction()
Gets the action that triggeed this event.
public Entity getEntity()
Gets the entity context where the action was triggered.
public EventContext getContext()
Gets the context of the event.
Copyright © 2021. All Rights Reserved.