Uses of Interface
com.vaadin.flow.i18n.LocaleChangeObserver
-
Packages that use LocaleChangeObserver Package Description com.vaadin.flow.component.messages com.vaadin.flow.router -
-
Uses of LocaleChangeObserver in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages that implement LocaleChangeObserver Modifier and Type Class Description classMessageListMessage List allows you to show a list of messages, for example, a chat log. -
Uses of LocaleChangeObserver in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type LocaleChangeObserver Modifier and Type Method Description static List<LocaleChangeObserver>EventUtil. collectLocaleChangeObservers(Element element)Collect all Components implementingLocaleChangeObserverconnected to the given element tree.static List<LocaleChangeObserver>EventUtil. collectLocaleChangeObservers(List<HasElement> components)Collect all Components implementingLocaleChangeObserverconnected to the tree of all given Components in list.
-