Uses of Class
org.apache.wicket.markup.html.form.Form.MethodMismatchResponse
-
Packages that use Form.MethodMismatchResponse Package Description 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 Modifier and Type Method Description protected Form.MethodMismatchResponseForm. onMethodMismatch()Called when a form has been submitted using a method differing from return value ofForm.getMethod().protected Form.MethodMismatchResponseStatelessForm. onMethodMismatch()static Form.MethodMismatchResponseForm.MethodMismatchResponse. valueOf(java.lang.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.
-