Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes.Method

Packages that use AjaxRequestAttributes.Method
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
 AjaxRequestAttributes.Method AjaxRequestAttributes.getMethod()
          Returns the type of the Ajax request: GET or POST.
static AjaxRequestAttributes.Method AjaxRequestAttributes.Method.valueOf(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
 AjaxRequestAttributes AjaxRequestAttributes.setMethod(AjaxRequestAttributes.Method method)
          Sets the type of the Ajax request: GET or POST.
 



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