Package com.helger.html.request
Interface IHCRequestFieldBoolean
-
- All Superinterfaces:
IHCBaseRequestField,IHCRequestField
- All Known Subinterfaces:
IHCRequestFieldBooleanMultiValue
public interface IHCRequestFieldBoolean extends IHCRequestField
Special request field for check boxes and radio buttons. Assumes that the field name is unique.- Author:
- Philip Helger
- See Also:
IHCRequestFieldBooleanMultiValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisChecked()-
Methods inherited from interface com.helger.html.request.IHCBaseRequestField
getFieldName
-
Methods inherited from interface com.helger.html.request.IHCRequestField
getDefaultValue, getRequestValue
-
-