Package com.palantir.ptoss.cinch.swing
Annotation Interface VisibleIf
A binding that will set the Visible state of the annotated component to the state of a model
boolean. The component must have a "setVisible" method that takes a boolean.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum to specify if normal or inverted comparisons should be used.static class
Inner utility class that performs the runtime wiring of allVisibleIf
bindings. -
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
VisibleIf.Type typeWhether or not to invert the boolean.- Default:
- NORMAL
-