Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes.Method
-
Packages that use AjaxRequestAttributes.Method Package Description org.apache.wicket.ajax.attributes -
-
Uses of AjaxRequestAttributes.Method in org.apache.wicket.ajax.attributes
Methods in org.apache.wicket.ajax.attributes that return AjaxRequestAttributes.Method Modifier and Type Method Description AjaxRequestAttributes.MethodAjaxRequestAttributes. getMethod()Returns the type of the Ajax request:GETorPOST.static AjaxRequestAttributes.MethodAjaxRequestAttributes.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AjaxRequestAttributes.Method[]AjaxRequestAttributes.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.ajax.attributes with parameters of type AjaxRequestAttributes.Method Modifier and Type Method Description AjaxRequestAttributesAjaxRequestAttributes. setMethod(AjaxRequestAttributes.Method method)Sets the type of the Ajax request:GETorPOST.
-