Uses of Class
com.helger.html.hc.html.forms.EHCInputType
-
Packages that use EHCInputType Package Description com.helger.html.hc.html.forms -
-
Uses of EHCInputType in com.helger.html.hc.html.forms
Methods in com.helger.html.hc.html.forms that return EHCInputType Modifier and Type Method Description static EHCInputTypeEHCInputType. getFromAttrValueOrNull(String sAttrValue)EHCInputTypeAbstractHCInput. getType()EHCInputTypeIHCInput. getType()static EHCInputTypeEHCInputType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCInputType[]EHCInputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.forms with parameters of type EHCInputType Modifier and Type Method Description IMPLTYPEAbstractHCInput. setType(EHCInputType eType)IMPLTYPEIHCInput. setType(EHCInputType eType)Constructors in com.helger.html.hc.html.forms with parameters of type EHCInputType Constructor Description AbstractHCInput(EHCInputType eType)Default ctorHCInput(EHCInputType eType)
-