Uses of Interface
com.vaadin.flow.i18n.I18NProvider
-
Packages that use I18NProvider Package Description com.vaadin.flow.di com.vaadin.flow.internal -
-
Uses of I18NProvider in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return I18NProvider Modifier and Type Method Description I18NProviderDefaultInstantiator. getI18NProvider()default I18NProviderInstantiator. getI18NProvider()Get the I18NProvider if one has been defined. -
Uses of I18NProvider in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type I18NProvider Modifier and Type Method Description static Optional<I18NProvider>LocaleUtil. getI18NProvider()Get the I18nProvider from the current VaadinService.Method parameters in com.vaadin.flow.internal with type arguments of type I18NProvider Modifier and Type Method Description static LocaleLocaleUtil. getLocale(Supplier<Optional<I18NProvider>> i18NProvider)Get the locale for the given UI.
-