|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.wicket.component.form.FieldEvent
public class FieldEvent
FieldEvent
| Constructor Summary | |
|---|---|
FieldEvent(String action,
KeyRing sourceKey,
org.apache.wicket.ajax.AjaxRequestTarget target)
|
|
| Method Summary | |
|---|---|
static FieldEvent |
get(org.apache.wicket.event.IEvent<?> argEvent)
Get Payload type UjoEvent from the argument |
String |
getAction()
|
org.apache.wicket.ajax.AjaxRequestTarget |
getRequestTarget()
|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldEvent(String action,
KeyRing sourceKey,
org.apache.wicket.ajax.AjaxRequestTarget target)
| Method Detail |
|---|
public String getAction()
public Key getSourceKey()
public org.apache.wicket.ajax.AjaxRequestTarget getRequestTarget()
public final boolean isAction(String action)
action - Nullable argument
public final boolean isAction(String... actions)
action - Nullable argument
public String toString()
toString in class Objectpublic static FieldEvent get(org.apache.wicket.event.IEvent<?> argEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||