Uses of Class
com.vaadin.flow.component.login.LoginI18n
Packages that use LoginI18n
-
Uses of LoginI18n in com.vaadin.flow.component.login
Methods in com.vaadin.flow.component.login that return LoginI18nModifier and TypeMethodDescriptionstatic LoginI18nLoginI18n.createDefault()Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance and set only the properties to customize.Methods in com.vaadin.flow.component.login with parameters of type LoginI18nModifier and TypeMethodDescriptionvoidSets the internationalized messages to be used by this instance.Constructors in com.vaadin.flow.component.login with parameters of type LoginI18nModifierConstructorDescriptionAbstractLogin(LoginI18n i18n) Initializes a new AbstractLogin.LoginOverlay(LoginI18n i18n)