Class AbstractAjaxEventCallback
java.lang.Object
org.wicketstuff.wiquery.core.behavior.AbstractAjaxEventCallback
- All Implemented Interfaces:
Serializable,IComplexOption
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcall(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.Component source) protected org.apache.wicket.ComponentgetEvent()protected List<org.apache.wicket.ajax.attributes.CallbackParameter>Method retrieving the javascript representation of this complex optionvoidsetBehavior(WiQueryAbstractAjaxBehavior behavior)
-
Constructor Details
-
AbstractAjaxEventCallback
-
-
Method Details
-
getEvent
-
getBehavior
-
setBehavior
-
getJavascriptOption
Description copied from interface:IComplexOptionMethod retrieving the javascript representation of this complex option- Specified by:
getJavascriptOptionin interfaceIComplexOption- Returns:
- the javascript
-
findComponentById
-
getExtraParameters
-
call
public abstract void call(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.Component source)
-