Uses of Class
org.makumba.forms.tags.FormOperationType

Packages that use FormOperationType
org.makumba.forms.responder   
org.makumba.forms.tags   
 

Uses of FormOperationType in org.makumba.forms.responder
 

Methods in org.makumba.forms.responder that return FormOperationType
abstract  FormOperationType ResponderOperation.getOperationType()
           
 

Uses of FormOperationType in org.makumba.forms.tags
 

Methods in org.makumba.forms.tags that return FormOperationType
static FormOperationType FormOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormOperationType[] FormOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.