Uses of Interface
com.vaadin.flow.i18n.I18NProvider
Packages that use I18NProvider
Package
Description
-
Uses of I18NProvider in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return I18NProviderModifier and TypeMethodDescriptionDefaultInstantiator.getI18NProvider()
default I18NProvider
Instantiator.getI18NProvider()
Get the I18NProvider if one has been defined. -
Uses of I18NProvider in com.vaadin.flow.i18n
Classes in com.vaadin.flow.i18n that implement I18NProviderModifier and TypeClassDescriptionclass
Default i18n provider that will be initialized if customI18NProvider
is not available.Constructors in com.vaadin.flow.i18n with parameters of type I18NProvider -
Uses of I18NProvider in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type I18NProviderModifier and TypeMethodDescriptionstatic Optional<I18NProvider>
LocaleUtil.getI18NProvider()
Get the I18nProvider from the current VaadinService.Method parameters in com.vaadin.flow.internal with type arguments of type I18NProviderModifier and TypeMethodDescriptionstatic Locale
LocaleUtil.getLocale
(Supplier<Optional<I18NProvider>> i18NProvider) Get the locale from the current UI or from the given I18NProvider. -
Uses of I18NProvider in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return I18NProvider