Uses of Class
org.odlabs.wiquery.core.ajax.JQueryAjaxOption.AjaxType

Packages that use JQueryAjaxOption.AjaxType
org.odlabs.wiquery.core.ajax   
 

Uses of JQueryAjaxOption.AjaxType in org.odlabs.wiquery.core.ajax
 

Methods in org.odlabs.wiquery.core.ajax that return JQueryAjaxOption.AjaxType
 JQueryAjaxOption.AjaxType JQueryAjaxOption.getType()
           
static JQueryAjaxOption.AjaxType JQueryAjaxOption.AjaxType.valueOf(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.odlabs.wiquery.core.ajax with parameters of type JQueryAjaxOption.AjaxType
 JQueryAjaxOption JQueryAjaxOption.setType(JQueryAjaxOption.AjaxType type)
          The type of request to make ("POST" or "GET"), default is "GET".
 



Copyright © 2012. All Rights Reserved.