We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeClassDescriptionclass
Message 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 implementing
LocaleChangeObserver
connected to the given element tree.static List<LocaleChangeObserver>
EventUtil.collectLocaleChangeObservers
(List<HasElement> components) Collect all Components implementing
LocaleChangeObserver
connected to the tree of all given Components in list.