Uses of Enum Class
org.wicketstuff.wiquery.core.ajax.JQueryAjaxOption.AjaxType
Packages that use JQueryAjaxOption.AjaxType
-
Uses of JQueryAjaxOption.AjaxType in org.wicketstuff.wiquery.core.ajax
Methods in org.wicketstuff.wiquery.core.ajax that return JQueryAjaxOption.AjaxTypeModifier and TypeMethodDescriptionJQueryAjaxOption.getType()static JQueryAjaxOption.AjaxTypeReturns the enum constant of this class with the specified name.static JQueryAjaxOption.AjaxType[]JQueryAjaxOption.AjaxType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wicketstuff.wiquery.core.ajax with parameters of type JQueryAjaxOption.AjaxTypeModifier and TypeMethodDescriptionJQueryAjaxOption.setType(JQueryAjaxOption.AjaxType type) The type of request to make ("POST" or "GET"), default is "GET".