com.vaadin.flow.component.login.
Class LoginOverlay.LoginOverlayFooter
All Implemented Interfaces:
Enclosing class:
Class for adding and removing components to the footer area of the overlay.
See Also:
-
Method Summary
-
Method Details
-
add
Adds the given components to the container. Note: components have to be added when the overlay is closed.
Parameters:
components
- the components to be added.Throws:
UnsupportedOperationException
- when using this method while overlay is opened -
remove
Removes the given components from the container. Note: components have to be removed when the overlay is closed.
Parameters:
components
- the components to be removed.Throws:
UnsupportedOperationException
- when using this method while overlay is opened -
removeAll
public void removeAll()Removes all components from the container. Note: components have to be removed when the overlay is closed.
Throws:
UnsupportedOperationException
- when using this method while overlay is opened
-