Overview | Methods | This Package | All Packages
Sets a value that indicates whether a check box is checked, unchecked, or indeterminate.
Syntax
public final void setCheckState( int value )
Parameters
value
A value that indicates the state of the check box. Possible values are constants defined in the CheckState class. To use this method to set the check box to an indeterminate state, set the threeState property of the check box to true. The default value is CheckState.UNCHECKED.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid CheckState constant.
See Also getCheckState