Annotation Type BindReadOnly
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) @LinkkiAspect(BindReadOnlyAspectDefinitionCreator.class) public @interface BindReadOnly
Binds read-only behaviour to UI elements. The annotation can be used in combination with UI-annotations orBind.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description BindReadOnly.ReadOnlyTypevalueIf and how the read-only state of the UI element is bound to the PMO.
-
-
-
Element Detail
-
value
BindReadOnly.ReadOnlyType value
If and how the read-only state of the UI element is bound to the PMO.- Returns:
- the read only type
- Default:
- org.linkki.core.ui.aspects.annotation.BindReadOnly.ReadOnlyType.ALWAYS
-
-