| BindAutoFocus |
Sets the
autofocus
property of a HasValue UI element to true when the ElementBinding is created.
|
| BindCaption |
This aspect sets a user defined caption text using HasText.setText(String).
|
| BindComboBoxDynamicItemCaption |
Aspect for @ UIComboBox whose caption can change for the same item.
|
| BindComboBoxItemStyle |
This aspect sets a style class name for every item in a combo box popup menu.
|
| BindIcon |
Shows an icon for a UI component.
|
| BindLabel |
This aspect sets a user defined label text.
|
| BindPlaceholder |
BindPlaceholder can add a placeholder to UI elements which have a setPlaceholder method.
|
| BindReadOnly |
Binds read-only behaviour to UI elements.
|
| BindReadOnlyBehavior |
Binds the application's read-only state to a specific behaviour of the annotated
Component.
|
| BindSlot |
Binds the annotated UI element to a
slot element
within its parent component.
|
| BindStyleNames |
This aspect sets a user defined style name using HasStyle.setClassName(String).
|
| BindSuffix |
BindSuffix can add a suffix to UI elements which support the HasPrefixAndSuffix interface.
|
| BindVariantNames |
This aspect sets one or multiple Vaadin defined variant names using HasTheme.addThemeName(String).
|
| BindVisible |
This aspect annotation sets the visibility of a component to VisibleType.DYNAMIC, determining
its visibility by calling the is[PropertyName]Visible() method.
|