public class FieldEvent extends Object
| Constructor and Description |
|---|
FieldEvent(String action,
org.ujorm.core.KeyRing sourceKey,
org.apache.wicket.ajax.AjaxRequestTarget target) |
| Modifier and Type | Method and Description |
|---|---|
static FieldEvent |
get(org.apache.wicket.event.IEvent<?> argEvent)
Get Payload type UjoEvent from the argument
|
String |
getAction() |
org.apache.wicket.ajax.AjaxRequestTarget |
getRequestTarget() |
org.ujorm.Key |
getSourceKey() |
boolean |
isAction(String... actions)
Check the the required actions from argument to match.
|
boolean |
isAction(String action)
Is it the required action?
|
String |
toString()
To string
|
public FieldEvent(String action, org.ujorm.core.KeyRing sourceKey, org.apache.wicket.ajax.AjaxRequestTarget target)
public String getAction()
public org.ujorm.Key getSourceKey()
public org.apache.wicket.ajax.AjaxRequestTarget getRequestTarget()
public final boolean isAction(String action)
action - Nullable argumentpublic final boolean isAction(String... actions)
action - Nullable argumentpublic static FieldEvent get(org.apache.wicket.event.IEvent<?> argEvent)
Copyright © 2017. All rights reserved.