BooleanControlpublic interface BooleanControl implements AtomicControlThis control represents a toggle state. The state at any time can either
be true or false. |
Methods Summary |
---|
public boolean | getValue()Returns the current state of the control.
| public boolean | setValue(boolean value)Sets the state of the control.
|
|