Uses of Interface
com.vaadin.flow.i18n.LocaleChangeObserver
Packages that use LocaleChangeObserver
-
Uses of LocaleChangeObserver in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages that implement LocaleChangeObserverModifier and TypeClassDescriptionclassMessage 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 LocaleChangeObserverModifier and TypeMethodDescriptionstatic 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.