Uses of Interface
com.vaadin.flow.i18n.I18NProvider
Packages that use I18NProvider
-
Uses of I18NProvider in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return I18NProviderModifier and TypeMethodDescriptionDefaultInstantiator.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 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 LocaleLocaleUtil.getLocale(Supplier<Optional<I18NProvider>> i18NProvider) Get the locale for the given UI. -
Uses of I18NProvider in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return I18NProvider