Annotation Type BindPlaceholder
-
@Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) @InheritedAspect @LinkkiAspect(BindPlaceholderAspectDefinitionCreator.class) public @interface BindPlaceholder
BindPlaceholder can add a placeholder to UI elements which have a setPlaceholder method. Common UI elements which support BindPlaceholder areUIIntegerField,UIDoubleField,UITextFieldorUITextArea. BindPlaceholder can only be inherited when applied on class level.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description PlaceholderTypeplaceholderTypeDefines how the placeholder should be retrievedStringvalueThe displayed text forPlaceholderType.STATIC
-
-
-
Element Detail
-
value
String value
The displayed text forPlaceholderType.STATIC- Default:
- ""
-
-
-
placeholderType
PlaceholderType placeholderType
Defines how the placeholder should be retrieved- Default:
- org.linkki.core.ui.aspects.types.PlaceholderType.AUTO
-
-