Package com.helger.html.request
Interface IHCRequestFieldBooleanMultiValue
-
- All Superinterfaces:
IHCBaseRequestField,IHCRequestField,IHCRequestFieldBoolean
public interface IHCRequestFieldBooleanMultiValue extends IHCRequestFieldBoolean
Special request field for check boxes and radio buttons where the same field name is used with multiple different values.- Author:
- Philip Helger
- See Also:
IHCRequestFieldBoolean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()booleanisChecked()-
Methods inherited from interface com.helger.html.request.IHCBaseRequestField
getFieldName
-
Methods inherited from interface com.helger.html.request.IHCRequestField
getDefaultValue, getRequestValue
-
-
-
-
Method Detail
-
isChecked
boolean isChecked()
- Specified by:
isCheckedin interfaceIHCRequestFieldBoolean- Returns:
trueif the check box with the passed value is checked is checked or if no such request parameter is present and the fall-back istrue,falseotherwise.
-
-