Uses of Class
com.helger.html.hc.html.forms.EHCFormMethod
-
Packages that use EHCFormMethod Package Description com.helger.html.hc.html.forms -
-
Uses of EHCFormMethod in com.helger.html.hc.html.forms
Fields in com.helger.html.hc.html.forms declared as EHCFormMethod Modifier and Type Field Description static EHCFormMethodAbstractHCForm. DEFAULT_METHODDefault form submission method is POSTMethods in com.helger.html.hc.html.forms that return EHCFormMethod Modifier and Type Method Description EHCFormMethodAbstractHCButton. getFormMethod()EHCFormMethodAbstractHCInput. getFormMethod()EHCFormMethodIHCButton. getFormMethod()EHCFormMethodIHCInput. getFormMethod()static EHCFormMethodEHCFormMethod. getFromAttrValueOrNull(String sAttrValue)EHCFormMethodAbstractHCForm. getMethod()EHCFormMethodIHCForm. getMethod()static EHCFormMethodEHCFormMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCFormMethod[]EHCFormMethod. 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 EHCFormMethod Modifier and Type Method Description IMPLTYPEAbstractHCButton. setFormMethod(EHCFormMethod eFormMethod)IMPLTYPEAbstractHCInput. setFormMethod(EHCFormMethod eFormMethod)IMPLTYPEIHCButton. setFormMethod(EHCFormMethod eFormMethod)IMPLTYPEIHCInput. setFormMethod(EHCFormMethod eFormMethod)IMPLTYPEAbstractHCForm. setMethod(EHCFormMethod eMethod)IMPLTYPEIHCForm. setMethod(EHCFormMethod eMethod)
-