Uses of Class
com.helger.html.hc.html.forms.EHCButtonType
-
Packages that use EHCButtonType Package Description com.helger.html.hc.html.forms -
-
Uses of EHCButtonType in com.helger.html.hc.html.forms
Methods in com.helger.html.hc.html.forms that return EHCButtonType Modifier and Type Method Description static EHCButtonTypeEHCButtonType. getFromAttrValueOrNull(String sAttrValue)EHCButtonTypeAbstractHCButton. getType()EHCButtonTypeIHCButton. getType()static EHCButtonTypeEHCButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCButtonType[]EHCButtonType. 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 EHCButtonType Modifier and Type Method Description IMPLTYPEAbstractHCButton. setType(EHCButtonType eType)IMPLTYPEIHCButton. setType(EHCButtonType eType)Set the type of the button.
-