Package com.vaadin.flow.component.dialog
Class Dialog.DialogFooter
java.lang.Object
com.vaadin.flow.component.dialog.Dialog.DialogFooter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Dialog
Class for adding and removing components to the footer part of a dialog.
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
root
-
-
Method Details
-
add
Adds the given components to the container.- Parameters:
components
- the components to be added.
-
remove
Removes the given components from the container.Note that the component needs to be removed from this method in order to guarantee the correct state of the component.
- Parameters:
components
- the components to be removed.
-
removeAll
public void removeAll()Removes all components from the container.
-