Uses of Class
org.apache.wicket.ajax.attributes.CallbackParameter
-
Packages that use CallbackParameter Package Description org.apache.wicket.ajax org.apache.wicket.ajax.attributes -
-
Uses of CallbackParameter in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax with parameters of type CallbackParameter Modifier and Type Method Description java.lang.CharSequenceAbstractDefaultAjaxBehavior. getCallbackFunction(CallbackParameter... extraParameters)Generates a javascript function that can take parameters and performs an AJAX call which includes these parameters.java.lang.CharSequenceAbstractDefaultAjaxBehavior. getCallbackFunctionBody(CallbackParameter... extraParameters)Generates the body the callback function. -
Uses of CallbackParameter in org.apache.wicket.ajax.attributes
Methods in org.apache.wicket.ajax.attributes that return CallbackParameter Modifier and Type Method Description static CallbackParameterCallbackParameter. context(java.lang.String name)Add a parameter to the function declaration.static CallbackParameterCallbackParameter. converted(java.lang.String name, java.lang.String code)Add a parameter to the function declaration that is also passed to the AJAX callback, but converted.static CallbackParameterCallbackParameter. explicit(java.lang.String name)Add a parameter to the function declaration that is also passed to the AJAX callback.static CallbackParameterCallbackParameter. resolved(java.lang.String name, java.lang.String code)Add a parameter to the AJAX callback that is resolved inside the function, it will not be added as function parameter.
-