Java org.apache.wicket.ajax.attributes CallbackParameter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.ajax.attributes CallbackParameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.ajax.attributes CallbackParameter.

The text is from its open source code.

Method

CallbackParametercontext(String name)
Add a parameter to the function declaration.
CallbackParameterconverted(String name, String code)
Add a parameter to the function declaration that is also passed to the AJAX callback, but converted.
CallbackParameterexplicit(String name)
Add a parameter to the function declaration that is also passed to the AJAX callback.
StringgetAjaxParameterCode()
StringgetAjaxParameterName()
StringgetFunctionParameterName()
CallbackParameterresolved(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.