public interface ActionEvent
Modifier and Type | Method and Description |
---|---|
String |
getActionCommand()
Get the action command of the event
|
ActionEvent |
getEmbeddedEvent()
Get the embedded event
|
String |
getObjectPath() |
Object |
getParameter(String name)
Get the action parameter with given name
|
Object |
getParameter(String name,
Object defaultValue)
Get the action parameter with given name or the default value if the
parameter is not set
|
Map |
getParameterMap()
Get a map of all event parameters
|
void |
setEmbeddedEvent(ActionEvent evt)
Set the embedded event
|
void |
setObjectPath(String path) |
void |
setParameter(String name,
Object value)
Set the parameter with given name
|
String getActionCommand()
String getObjectPath()
void setObjectPath(String path)
Object getParameter(String name)
name
- name of the action parameterObject getParameter(String name, Object defaultValue)
name
- name of the action parameterdefaultValue
- default value to be returned when the parameter is
not setMap getParameterMap()
ActionEvent getEmbeddedEvent()
void setEmbeddedEvent(ActionEvent evt)
evt
- an event this event shall wrapCopyright © 2014 Gentics Software GmbH. All Rights Reserved.