We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.dialog.
Package com.vaadin.flow.component.dialog
Class Dialog.DialogHeader
java.lang.Object
com.vaadin.flow.component.dialog.Dialog.DialogHeader
All Implemented Interfaces:
Enclosing class:
Class for adding and removing components to the header part of a dialog.
See Also:
-
Field Summary
Fields -
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.
-