Interface ReplaceableLoginOverlay
- All Superinterfaces:
com.vaadin.flow.component.HasElement,Serializable
- All Known Implementing Classes:
ExtendedLoginOverlay,LoginLayout
public interface ReplaceableLoginOverlay
extends com.vaadin.flow.component.HasElement
Mixin interface providing methods for replacing contents of the LoginOverlay.
- Author:
- mlopez
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidreplaceForgotPassword(com.vaadin.flow.component.HasElement withElement) default voidreplaceFormComponents(com.vaadin.flow.component.HasElement... withElement) default voidreplaceHeaderComponent(com.vaadin.flow.component.HasElement withElement) Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Method Details
-
replaceFormComponents
default void replaceFormComponents(com.vaadin.flow.component.HasElement... withElement) -
replaceHeaderComponent
default void replaceHeaderComponent(com.vaadin.flow.component.HasElement withElement) -
replaceForgotPassword
default void replaceForgotPassword(com.vaadin.flow.component.HasElement withElement)
-