JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
de.codecamp.messages.spring.vaadin
Package
de.codecamp.messages.spring.vaadin.annotations
Annotation Type LocalizedTextMessage
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
@LocalizedProperty
@Messages("text")
public @interface
LocalizedTextMessage
Used to translate the
"text"
property of components using a newly declared message key.
See Also:
LocalizationUtils.localizeComponents(com.vaadin.flow.component.Component)
LocalizedText