| Package | Description |
|---|---|
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.