Package de.codecamp.messages.spring.vaadin.annotations
package de.codecamp.messages.spring.vaadin.annotations
-
Annotation TypesClassDescriptionUsed to translate the "headerText" property of components reusing an already declared message key.Used to translate the "headerText" property of components using a newly declared message key.Used to translate the "helperText" property of components reusing an already declared message key.Used to translate the "helperText" property of components using a newly declared message key.Used to translate the "label" property of components reusing an already declared message key.Used to translate the "label" property of components using a newly declared message key.Used to translate the "placeholder" property of components reusing an already declared message key.Used to translate the "placeholder" property of components using a newly declared message key.This annotation is used by
LocalizationUtils.localizeComponents(Component)to to automatically localize properties ofComponents- likeHasText.setText(String)orTextField.setLabel(String)- stored in the fields of a host object.Container for repeated@LocalizedPropertyannotations.Used to translate the "summaryText" property of components reusing an already declared message key.Used to translate the "summaryText" property of components using a newly declared message key.Used to translate the "text" property of components reusing an already declared message key.Used to translate the "text" property of components using a newly declared message key.Used to translate the "title" property of components reusing an already declared message key.Used to translate the "title" property of components using a newly declared message key.