Class TranslatedComposite<T extends com.vaadin.flow.component.Component>
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.Composite<T>
-
- de.codecamp.messages.spring.vaadin.TranslatedComposite<T>
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,de.codecamp.messages.HasMessages,HasTranslations,Serializable
public abstract class TranslatedComposite<T extends com.vaadin.flow.component.Component> extends com.vaadin.flow.component.Composite<T> implements HasTranslations
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTranslatedComposite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidlocalizeComponents()Localizes components stored in fields of this composite.-
Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContent
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.codecamp.messages.HasMessages
getMessage, getMessage, getMessage
-
Methods inherited from interface de.codecamp.messages.spring.vaadin.HasTranslations
forLocale, getMessage, getTranslation, getTranslation
-
-