Uses of Class
com.helger.html.hc.html.forms.EHCTextAreaWrap
-
Packages that use EHCTextAreaWrap Package Description com.helger.html.hc.html.forms -
-
Uses of EHCTextAreaWrap in com.helger.html.hc.html.forms
Methods in com.helger.html.hc.html.forms that return EHCTextAreaWrap Modifier and Type Method Description static EHCTextAreaWrapEHCTextAreaWrap. getFromAttrValueOrNull(String sAttrValue)EHCTextAreaWrapAbstractHCTextArea. getWrap()EHCTextAreaWrapIHCTextArea. getWrap()static EHCTextAreaWrapEHCTextAreaWrap. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCTextAreaWrap[]EHCTextAreaWrap. 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 EHCTextAreaWrap Modifier and Type Method Description IMPLTYPEAbstractHCTextArea. setWrap(EHCTextAreaWrap eWrap)IMPLTYPEIHCTextArea. setWrap(EHCTextAreaWrap eWrap)
-