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 voidMessageList. 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 voidLocaleChangeObserver. localeChange(LocaleChangeEvent event)Notifies when the UI locale is changed.
-