Overview | Methods | This Package | All Packages
Retrieves a value that indicates whether a check box is checked, unchecked, or indeterminate.
Syntax
public final int getCheckState()
Return Value
Returns a value that indicates the current state of the check box. Possible return values are constants defined in the CheckState class. This method can return the CheckState.INDETERMINATE value only if the threeState property of the check box is set to true.
See Also setCheckState