Package com.palantir.ptoss.cinch.swing
Annotation Type VisibleIf
- 
 @Retention(RUNTIME) @Target(FIELD) public @interface VisibleIfA 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.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringtoThe model boolean property to bind to.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description VisibleIf.TypetypeWhether or not to invert the boolean.
 
- 
- 
- 
- 
typeVisibleIf.Type type Whether or not to invert the boolean.- Default:
- com.palantir.ptoss.cinch.swing.VisibleIf.Type.NORMAL
 
 
- 
 
-