Annotation Type BindSuffix
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) @LinkkiAspect(BindSuffixAspectDefinitionCreator.class) public @interface BindSuffix
BindSuffix can add a suffix to UI elements which support theHasPrefixAndSuffixinterface. Common UI elements which supports BindSuffix areUIIntegerField,UIDoubleField,UITextField,UITextAreaorUICustomField.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SuffixTypesuffixTypeDefines how the suffix text should be retrievedStringvalueThe displayed text forSuffixType.STATIC
-
-
-
Element Detail
-
value
String value
The displayed text forSuffixType.STATIC- Default:
- ""
-
-
-
suffixType
SuffixType suffixType
Defines how the suffix text should be retrieved- Default:
- org.linkki.core.ui.aspects.types.SuffixType.AUTO
-
-