org.jreform
Interface Checkbox<T>

All Superinterfaces:
Input<T>, InputControl<T>, MessageOnError
All Known Implementing Classes:
CheckboxImpl

public interface Checkbox<T>
extends Input<T>

A checkbox with a single value.

Author:
armandino (at) gmail.com

Method Summary
 CheckableState getState()
           
 
Methods inherited from interface org.jreform.Input
getValue, getValueAttribute, setValue, setValueAttribute
 
Methods inherited from interface org.jreform.InputControl
getInputName, getStringValue, getType, isRequired, isValid
 
Methods inherited from interface org.jreform.MessageOnError
getOnError, setOnError
 

Method Detail

getState

CheckableState getState()


Copyright © 2007-2008 jReform