|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form.MethodMismatchResponse | |
|---|---|
| org.apache.wicket.markup.html.form | HTML Forms and form components. |
| Uses of Form.MethodMismatchResponse in org.apache.wicket.markup.html.form |
|---|
| Methods in org.apache.wicket.markup.html.form that return Form.MethodMismatchResponse | |
|---|---|
protected Form.MethodMismatchResponse |
StatelessForm.onMethodMismatch()
|
protected Form.MethodMismatchResponse |
Form.onMethodMismatch()
Called when a form has been submitted using a method differing from return value of Form.getMethod(). |
static Form.MethodMismatchResponse |
Form.MethodMismatchResponse.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Form.MethodMismatchResponse[] |
Form.MethodMismatchResponse.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||