Uses of Interface
com.vaadin.flow.i18n.LocaleChangeObserver
Packages that use LocaleChangeObserver
-
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.