Annotation Type BindReadOnlyBehavior
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) @LinkkiAspect(BindButtonReadOnlyAspectDefinitionCreator.class) public @interface BindReadOnlyBehavior
Binds the application's read-only state to a specific behaviour of the annotatedComponent. The component will automatically change its visible and enabled state when it is set to read-only-mode. This annotation will override the component's dynamic or static aspects ofenabledorvisible, respectively.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ReadOnlyBehaviorTypevalue
-
-
-
Element Detail
-
value
ReadOnlyBehaviorType value
- Default:
- org.linkki.core.ui.aspects.types.ReadOnlyBehaviorType.INVISIBLE
-
-