Uses of Class
org.apache.wicket.ajax.attributes.CallbackParameter

Packages that use CallbackParameter
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
 CharSequence AbstractDefaultAjaxBehavior.getCallbackFunction(CallbackParameter... extraParameters)
          Generates a javascript function that can take parameters and performs an AJAX call which includes these parameters.
 CharSequence AbstractDefaultAjaxBehavior.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
static CallbackParameter CallbackParameter.context(String name)
          Add a parameter to the function declaration.
static CallbackParameter CallbackParameter.converted(String name, String code)
          Add a parameter to the function declaration that is also passed to the AJAX callback, but converted.
static CallbackParameter CallbackParameter.explicit(String name)
          Add a parameter to the function declaration that is also passed to the AJAX callback.
static CallbackParameter CallbackParameter.resolved(String name, String code)
          Add a parameter to the AJAX callback that is resolved inside the function, it will not be added as function parameter.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.