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