Uses of Class
edu.uoc.tfc.web.tags.FormType

Packages that use FormType
edu.uoc.tfc.web.tags   
 

Uses of FormType in edu.uoc.tfc.web.tags
 

Methods in edu.uoc.tfc.web.tags that return FormType
 FormType FormTag.getType()
           
static FormType FormType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormType[] FormType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.uoc.tfc.web.tags with parameters of type FormType
 void FormTag.setType(FormType type)