Uses of Class
org.wicketstuff.wiquery.core.ajax.JQueryAjaxOption.AjaxType
-
Packages that use JQueryAjaxOption.AjaxType Package Description org.wicketstuff.wiquery.core.ajax -
-
Uses of JQueryAjaxOption.AjaxType in org.wicketstuff.wiquery.core.ajax
Methods in org.wicketstuff.wiquery.core.ajax that return JQueryAjaxOption.AjaxType Modifier and Type Method Description JQueryAjaxOption.AjaxTypeJQueryAjaxOption. getType()static JQueryAjaxOption.AjaxTypeJQueryAjaxOption.AjaxType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JQueryAjaxOption.AjaxType[]JQueryAjaxOption.AjaxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.wiquery.core.ajax with parameters of type JQueryAjaxOption.AjaxType Modifier and Type Method Description JQueryAjaxOptionJQueryAjaxOption. setType(JQueryAjaxOption.AjaxType type)The type of request to make ("POST" or "GET"), default is "GET".
-