content
protected com.vaadin.flow.component.Component content
protected List<com.vaadin.flow.component.button.Button>protected com.vaadin.flow.component.Componentprotected List<com.vaadin.flow.component.Component>protected final com.vaadin.flow.component.dialog.Dialogprotected List<com.vaadin.flow.component.Component>protected List<com.vaadin.flow.component.Component>DialogInfo(com.vaadin.flow.component.dialog.Dialog dialog) DialogInfo of the passed Dialog.List<com.vaadin.flow.component.button.Button>com.vaadin.flow.component.ComponentDialog content component (e.g., for message dialog, option dialog, etc.).List<com.vaadin.flow.component.Component>Dialog.com.vaadin.flow.component.dialog.DialogList<com.vaadin.flow.component.Component>Dialog.List<com.vaadin.flow.component.Component>Dialog if the builder supports setting components to the header
(e.g.protected DialogInfowithButtons(List<com.vaadin.flow.component.button.Button> buttons) buttons list of the Dialog.protected DialogInfowithContent(com.vaadin.flow.component.Component content) content of the Dialog.protected DialogInfowithContentComponents(List<com.vaadin.flow.component.Component> contentComponents) contentComponents list of the Dialog.protected DialogInfowithFooterComponents(List<com.vaadin.flow.component.Component> footerComponents) footerComponents list of the Dialog.protected DialogInfowithHeaderComponents(List<com.vaadin.flow.component.Component> headerComponents) headerComponents list of the Dialog.DialogInfo of the passed Dialog.dialog - Dialog to create DialogInfocontent of the Dialog.content - content to setbuttons list of the Dialog.buttons - list of the buttons to setheaderComponents list of the Dialog.headerComponents - list of the header components to setcontentComponents list of the Dialog.contentComponents - list of the content components to setDialog instanceDialog content component (e.g., for message dialog, option dialog, etc.).
If the dialog content includes multiple components, the first component is returned.Dialog contentDialog buttonsDialog if the builder supports setting components to the header
(e.g. Dialogs.SideDialogBuilder).Dialog.