Package com.palantir.ptoss.cinch.swing
Annotation Interface EnabledIf
A binding that will set the enabled state of the annotated component to the state of a model
boolean. The component must have a "setEnabled" method that takes a boolean.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum to specify if normal or inverted comparisons should be used.static classInner utility class that performs the runtime wiring of allEnabledIfbindings. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionWhether or not to invert the boolean.
-
Element Details
-
to
String toThe model boolean property to bind to.
-
-
-
type
EnabledIf.Type typeWhether or not to invert the boolean.- Default:
- NORMAL
-