Uses of Interface
com.helger.html.request.IHCRequestField
-
Packages that use IHCRequestField Package Description com.helger.html.hc.html.forms com.helger.html.request -
-
Uses of IHCRequestField in com.helger.html.hc.html.forms
Constructors in com.helger.html.hc.html.forms with parameters of type IHCRequestField Constructor Description AbstractHCSelect(IHCRequestField aRF)AbstractHCTextArea(IHCRequestField aRF)HCEdit(IHCRequestField aRF)HCHiddenField(IHCRequestField aRF)HCSelect(IHCRequestField aRF)HCTextArea(IHCRequestField aRF) -
Uses of IHCRequestField in com.helger.html.request
Subinterfaces of IHCRequestField in com.helger.html.request Modifier and Type Interface Description interfaceIHCRequestFieldBooleanSpecial request field for check boxes and radio buttons.interfaceIHCRequestFieldBooleanMultiValueSpecial request field for check boxes and radio buttons where the same field name is used with multiple different values.
-