Interface BooleanControl

All Superinterfaces:
Function

public interface BooleanControl extends Function
BooleanControl function provides a boolean control support. The eventable function state is accessible with getData() getter and setData(boolean) setter. The state can be reversed with inverse() method, can be set to true value with setTrue() method and can be set to false value with setFalse() method.

The control type can be:

See Also: