Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- add(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- add(String) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- add(String) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- add(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds the given components into this dialog.
- add(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- add(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
- addClosedListener(ComponentEventListener<Dialog.ClosedEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Add a lister for when the dialog's closing animation has finished.
- addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds the given component into this dialog at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- 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.
- addDraggedListener(ComponentEventListener<Dialog.DialogDraggedEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a listener that is called after the user finishes dragging the dialog.
- addOpenedChangeListener(ComponentEventListener<Dialog.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Add a listener for when the dialog's opened state changes.
- addResizeListener(ComponentEventListener<Dialog.DialogResizeEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a listener that is called after the user finishes resizing the dialog.
C
- close() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Closes the dialog.
- ClosedEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.ClosedEvent
- com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
D
- Dialog - Class in com.vaadin.flow.component.dialog
-
A Dialog is a small window that can be used to present information and user interface elements.
- 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(String) - Constructor for class com.vaadin.flow.component.dialog.Dialog
-
Creates a dialog with given title.
- Dialog(String, Component...) - Constructor for class com.vaadin.flow.component.dialog.Dialog
-
Creates a dialog with given title and components inside.
- Dialog.ClosedEvent - Class in com.vaadin.flow.component.dialog
-
Event that is fired after the dialog's closing animation has finished.
- Dialog.DialogCloseActionEvent - Class in com.vaadin.flow.component.dialog
-
`vaadin-dialog-close-action` is sent when the user clicks outside the dialog or presses the escape key.
- Dialog.DialogDraggedEvent - Class in com.vaadin.flow.component.dialog
-
`dragged` event is sent when the user finishes dragging the dialog.
- Dialog.DialogFooter - Class in com.vaadin.flow.component.dialog
-
Class for adding and removing components to the footer part of a dialog.
- Dialog.DialogHeader - Class in com.vaadin.flow.component.dialog
-
Class for adding and removing components to the header part of a dialog.
- Dialog.DialogResizeEvent - Class in com.vaadin.flow.component.dialog
-
`resize` event is sent when the user finishes resizing the dialog.
- Dialog.OpenedChangeEvent - Class in com.vaadin.flow.component.dialog
-
Event that is fired when the dialog's opened state changes.
- DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
- DialogDraggedEvent(Dialog, boolean, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
- DialogResizeEvent(Dialog, boolean, String, String, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
- DialogVariant - Enum Class in com.vaadin.flow.component.dialog
-
Set of theme variants applicable for
vaadin-dialogcomponent.
G
- getAriaLabel() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Set the
aria-labelattribute for assistive technologies like screen readers. - getElement() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- getElement() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- getFooter() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the object from which components can be added or removed from the dialog footer area.
- getHeader() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the object from which components can be added or removed from the dialog header area.
- getHeaderTitle() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the title set for the dialog header.
- getHeight() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Gets the height of the dialog after resize is done
- getHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
- getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
-
Gets the left position of the dialog after dragging is done
- getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Gets the left position of the dialog after resize is done
- getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the left position of the dialog.
- getMaxHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
- getMaxWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
- getMinHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
- getMinWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
- getModality() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the modality of the dialog.
- getOverlayRole() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getRole() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the ARIA role for the dialog element, used by screen readers.
- getStyle() - Method in class com.vaadin.flow.component.dialog.Dialog
- getTop() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
-
Gets the top position of the dialog after dragging is done
- getTop() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Gets the top position of the dialog after resize is done
- getTop() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the top position of the dialog.
- getVariantName() - Method in enum class com.vaadin.flow.component.dialog.DialogVariant
-
Gets the variant name.
- getWidth() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Gets the width of the dialog after resize is done
- 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.
- isDraggable() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether dialog is enabled to be dragged or not.
- isModal() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Dialog.getModality()instead - 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.Dialog.OpenedChangeEvent
- isResizable() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether dialog is enabled to be resized or not.
L
- LUMO_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.dialog.DialogVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.dialog.Dialog
- open() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens the dialog.
- OpenedChangeEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
R
- remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- remove(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- remove(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
- root - Variable in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- root - Variable in class com.vaadin.flow.component.dialog.Dialog.DialogHeader
S
- setAriaLabel(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Set the
aria-labelattribute for assistive technologies like screen readers. - 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.
- setDraggable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog is enabled to be dragged by the user or not.
- setHeaderTitle(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the title to be rendered on the dialog header.
- setHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setLeft(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the distance of the dialog from the left of its container.
- setMaxHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMaxWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMinHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMinWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setModal(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Dialog.setModality(ModalityMode)instead - setModality(ModalityMode) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the modality of the dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens or closes the dialog.
- setOverlayRole(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Dialog.setRole(String)instead - setResizable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog can be resized by user or not.
- setRole(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the ARIA role for the dialog element, used by screen readers.
- setTop(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the top position of the dialog.
- setVisible(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Set the visibility of the dialog.
- setWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.dialog.DialogVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.dialog.DialogVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form
Dialog.getRole()instead