Annotation Type BindCaption
-
@Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) @LinkkiAspect(BindCaptionAspectDefinitionCreator.class) public @interface BindCaption
This aspect sets a user defined caption text usingHasText.setText(String).If used on a
ContainerPmo, the caption of the surroundingUISectionis set instead of the table's caption.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CaptionTypecaptionTypeDefines how the caption text should be retrievedStringvalueThe displayed text forCaptionType.STATIC
-
-
-
Element Detail
-
value
String value
The displayed text forCaptionType.STATIC- Default:
- ""
-
-
-
captionType
CaptionType captionType
Defines how the caption text should be retrieved- Default:
- org.linkki.core.defaults.ui.aspects.types.CaptionType.AUTO
-
-