Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
CheckBox.getThreeState
Retrieves a boolean value that indicates whether the check box supports a third, indeterminate state in addition to the checked and unchecked states.
Syntax
public final boolean getThreeState()
Return Value
Returns true if the check box supports an indeterminate state (indicated by a shaded appearance); returns false if the check box supports only the checked and unchecked states.
Remarks
The indeterminate state, which is visually represented by a shaded appearance, has a value equal to the CheckState.INDETERMINATE constant.
See Also setThreeState