Class ExtendedLoginOverlay
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.login.AbstractLogin
com.vaadin.flow.component.login.LoginOverlay
com.flowingcode.vaadin.addons.extendedlogin.ExtendedLoginOverlay
- All Implemented Interfaces:
ReplaceableLoginOverlay,com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasStyle,Serializable
public class ExtendedLoginOverlay
extends com.vaadin.flow.component.login.LoginOverlay
implements ReplaceableLoginOverlay
Special LoginOverlay that provides additional methods for replacing specific parts of the
contents.
- Author:
- mlopez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.component.login.AbstractLogin
com.vaadin.flow.component.login.AbstractLogin.ForgotPasswordEvent, com.vaadin.flow.component.login.AbstractLogin.LoginEvent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.login.LoginOverlay
close, getClassNames, getDescription, getStyle, getTitle, getTitleAsText, isOpened, setClassName, setDescription, setOpened, setTitle, setTitleMethods inherited from class com.vaadin.flow.component.login.AbstractLogin
addForgotPasswordListener, addLoginListener, getAction, isError, isForgotPasswordButtonVisible, onEnabledStateChanged, setAction, setError, setForgotPasswordButtonVisible, setI18nMethods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, hasClassName, removeClassName, removeClassNames, setClassNameMethods inherited from interface com.flowingcode.vaadin.addons.extendedlogin.ReplaceableLoginOverlay
replaceForgotPassword, replaceFormComponents, replaceHeaderComponent
-
Constructor Details
-
ExtendedLoginOverlay
public ExtendedLoginOverlay()
-