Package com.vaadin.flow.component.login
Class LoginOverlay.LoginOverlayFooter
java.lang.Object
com.vaadin.flow.component.login.LoginOverlay.LoginOverlayFooter
- All Implemented Interfaces:
Serializable
- Enclosing class:
LoginOverlay
Class for adding and removing components to the footer area of the
overlay.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(com.vaadin.flow.component.Component... components) Adds the given components to the container.voidremove(com.vaadin.flow.component.Component... components) Removes the given components from the container.voidRemoves all components from the container.
-
Method Details
-
add
public void add(com.vaadin.flow.component.Component... components) Adds the given components to the container.- Parameters:
components- the components to be added.
-
remove
public void remove(com.vaadin.flow.component.Component... components) Removes the given components from the container.- Parameters:
components- the components to be removed.
-
removeAll
public void removeAll()Removes all components from the container.
-