A C D G I L M O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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<Dialog.OpenedChangeEvent<Dialog>>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Add a lister for event fired by the
opened-changedevents. - addOpenedChangeListener(ComponentEventListener<Dialog.OpenedChangeEvent<Dialog>>) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Deprecated.since v23.3, generated classes will be removed in v24.
- addResizeListener(ComponentEventListener<Dialog.DialogResizeEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a listener that is called after user finishes resizing the overlay.
- addThemeVariants(DialogVariant...) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds theme variants to the component.
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
-
A Dialog is a small window that can be used to present information and user interface elements in an overlay.
- 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.
- 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 overlay.
- Dialog.OpenedChangeEvent<T extends GeneratedVaadinDialog<T>> - Class in com.vaadin.flow.component.dialog
- DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
- DialogResizeEvent(Dialog, boolean, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
- DialogVariant - Enum in com.vaadin.flow.component.dialog
-
Set of theme variants applicable for
vaadin-dialogcomponent.
G
- GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
-
Deprecated.since v23.3, generated classes will be removed in v24.
- GeneratedVaadinDialog() - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Deprecated.
- GeneratedVaadinDialog.OpenedChangeEvent<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
-
Deprecated.since v23.3, generated classes will be removed in v24. Use
Dialog.OpenedChangeEventinstead. - getAriaLabelString() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Deprecated.since v23.3, generated classes will be removed in v24.
- getChildren() - Method in class com.vaadin.flow.component.dialog.Dialog
- 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 overlay after resize is done
- getHeight() - Method in class com.vaadin.flow.component.dialog.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
- getStyle() - Method in class com.vaadin.flow.component.dialog.Dialog
- getVariantName() - Method in enum 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 overlay 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
-
Gets whether component is set as modal or modeless dialog.
- 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
-
Deprecated.
- isOpenedBoolean() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Deprecated.since v23.3, generated classes will be removed in v24.
- isResizable() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether dialog is enabled to be resized or not.
L
- LUMO_NO_PADDING - com.vaadin.flow.component.dialog.DialogVariant
M
- MATERIAL_NO_PADDING - 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(R, boolean) - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
-
Deprecated.
- OpenedChangeEvent(T, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
R
- remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
- removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog
- removeThemeVariants(DialogVariant...) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Removes theme variants from the component.
S
- setAriaLabel(String) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Deprecated.since v23.3, generated classes will be removed in v24.
- 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
- 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
-
Sets whether component will open modal or modeless 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
-
Deprecated.since v23.3, generated classes will be removed in v24.
- setResizable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog can be resized by user or not.
- 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 com.vaadin.flow.component.dialog.DialogVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.dialog.DialogVariant
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages