Uses of Interface
com.helger.html.request.IHCRequestFieldBoolean
-
Packages that use IHCRequestFieldBoolean Package Description com.helger.html.hc.html.forms com.helger.html.request -
-
Uses of IHCRequestFieldBoolean in com.helger.html.hc.html.forms
Constructors in com.helger.html.hc.html.forms with parameters of type IHCRequestFieldBoolean Constructor Description AbstractHCCheckBox(IHCRequestFieldBoolean aRF)ConstructorAbstractHCRadioButton(IHCRequestFieldBoolean aRF)HCCheckBox(IHCRequestFieldBoolean aRF)ConstructorHCRadioButton(IHCRequestFieldBoolean aRF) -
Uses of IHCRequestFieldBoolean in com.helger.html.request
Subinterfaces of IHCRequestFieldBoolean in com.helger.html.request Modifier and Type Interface Description interfaceIHCRequestFieldBooleanMultiValueSpecial request field for check boxes and radio buttons where the same field name is used with multiple different values.
-