Uses of Class
com.vaadin.flow.i18n.LocaleChangeEvent
-
Packages that use LocaleChangeEvent Package Description com.vaadin.flow.component.messages com.vaadin.flow.i18n -
-
Uses of LocaleChangeEvent in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages with parameters of type LocaleChangeEvent Modifier and Type Method Description void
MessageList. localeChange(LocaleChangeEvent event)
-
Uses of LocaleChangeEvent in com.vaadin.flow.i18n
Methods in com.vaadin.flow.i18n with parameters of type LocaleChangeEvent Modifier and Type Method Description void
LocaleChangeObserver. localeChange(LocaleChangeEvent event)
Notifies when the UI locale is changed.
-