Uses of Class
org.apache.wicket.markup.html.form.Form.MethodMismatchResponse

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 Form.onMethodMismatch()
          Called when a form has been submitted using a method differing from return value of Form.getMethod().
protected  Form.MethodMismatchResponse StatelessForm.onMethodMismatch()
           
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-2012 Apache Software Foundation. All Rights Reserved.