|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |