Annotation Type BindVisible
-
@Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) @LinkkiAspect(BindVisibleAspectDefinitionCreator.class) public @interface BindVisible
This aspect annotation sets the visibility of a component toVisibleType.DYNAMIC, determining its visibility by calling the is[PropertyName]Visible() method.If used on a
ContainerPmo, the visibility of the surroundingUISectionis set instead of the table's visibility.