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 SummaryNested 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 SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionWhether or not to invert the boolean.
- 
Element Details- 
toString toThe model boolean property to bind to.
 
- 
- 
- 
typeEnabledIf.Type typeWhether or not to invert the boolean.- Default:
- NORMAL
 
 
-