Skip navigation links
A C D G I O R S 

A

add(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds the given components into this dialog.
addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds the given component into this dialog at the given index.
addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
addDialogCloseActionListener(ComponentEventListener<Dialog.DialogCloseActionEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Add a listener that controls whether the dialog should be closed or not.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<Dialog>>) - Method in class com.vaadin.flow.component.dialog.Dialog
Add a lister for event fired by the opened-changed events.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Adds a listener for opened-changed events fired by the webcomponent.

C

close() - Method in class com.vaadin.flow.component.dialog.Dialog
Closes the dialog.
com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
 

D

Dialog - Class in com.vaadin.flow.component.dialog
Server-side component for the <vaadin-dialog> element.
Dialog() - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates an empty dialog.
Dialog(Component...) - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates a dialog with given components inside.
Dialog.DialogCloseActionEvent - Class in com.vaadin.flow.component.dialog
`vaadin-dialog-close-action` is sent when the user clicks outside the overlay or presses the escape key.
DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
 

G

GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
Description copied from corresponding location in WebComponent:
GeneratedVaadinDialog() - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
 
GeneratedVaadinDialog.OpenedChangeEvent<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
 
getAriaLabelString() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
getChildren() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
 

I

isCloseOnEsc() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets whether this dialog can be closed by hitting the esc-key or not.
isCloseOnOutsideClick() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets whether this dialog can be closed by clicking outside of it or not.
isOpened() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the open state from the dialog.
isOpened() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:

O

open() - Method in class com.vaadin.flow.component.dialog.Dialog
Opens the dialog.
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
 

R

remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
 
removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog
 

S

setAriaLabel(String) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
Sets whether this dialog can be closed by hitting the esc-key or not.
setCloseOnOutsideClick(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
Sets whether this dialog can be closed by clicking outside of it or not.
setHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
 
setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
Opens or closes the dialog.
setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
setWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
 
A C D G I O R S 
Skip navigation links

Copyright © 2018. All rights reserved.