Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addCancelListener(ComponentEventListener<ConfirmDialog.CancelEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds a listener for when the user clicks the Cancel button or presses Escape.
- addClosedListener(ComponentEventListener<ConfirmDialog.ClosedEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Add a lister for when the dialog's closing animation has finished.
- addConfirmListener(ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds a listener for when the user clicks the Confirm button.
- addOpenedChangeListener(ComponentEventListener<ConfirmDialog.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Add a listener for when the confirm dialog's opened state changes.
- addRejectListener(ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds a listener for when the user clicks the Reject button.
C
- CancelEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent
- close() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Closes the dialog.
- ClosedEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ClosedEvent
- com.vaadin.flow.component.confirmdialog - package com.vaadin.flow.component.confirmdialog
- ConfirmDialog - Class in com.vaadin.flow.component.confirmdialog
-
Confirm Dialog is a modal Dialog used to confirm user actions.
- ConfirmDialog() - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates an empty dialog with a Confirm button
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a dialog with a Confirm button with its click listener and a given texts
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a two button dialog with Confirm and Cancel buttons
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.RejectEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a three button dialog with Confirm, Reject and Cancel buttons
- ConfirmDialog.CancelEvent - Class in com.vaadin.flow.component.confirmdialog
-
Event that is fired when the user clicks the Cancel button or presses Escape.
- ConfirmDialog.ClosedEvent - Class in com.vaadin.flow.component.confirmdialog
-
Event that is fired after the dialog's closing animation has finished.
- ConfirmDialog.ConfirmEvent - Class in com.vaadin.flow.component.confirmdialog
-
Event that is fired when the user clicks the Confirm button
- ConfirmDialog.OpenedChangeEvent - Class in com.vaadin.flow.component.confirmdialog
-
Event that is fired when the confirm dialog's opened state changes.
- ConfirmDialog.RejectEvent - Class in com.vaadin.flow.component.confirmdialog
-
Event that is fired when the user clicks the Reject button
- ConfirmEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent
G
- getAriaDescribedBy() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Gets the `aria-describedby` attribute of the dialog.
- getHeight() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- getStyle() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- getWidth() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
I
- isCloseOnEsc() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Gets whether this dialog can be closed by hitting the esc-key or not.
- isOpened() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- isOpened() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog.OpenedChangeEvent
O
- open() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Opens the dialog.
- OpenedChangeEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.OpenedChangeEvent
R
- RejectEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent
- removeAll() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
S
- setAriaDescribedBy(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the `aria-describedby` attribute of the dialog.
- setCancelable(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Whether to show or hide Cancel button.
- setCancelButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom cancel button
- setCancelButton(String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text and `cancel` event listener.
- setCancelButton(String, ComponentEventListener<ConfirmDialog.CancelEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text, `cancel` event listener and Cancel button theme.
- setCancelButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button theme
- setCancelText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text
- setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets whether this dialog can be closed by hitting the esc-key or not.
- setConfirmButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirm button
- setConfirmButton(String, ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text and `confirm` event listener
- setConfirmButton(String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text, `confirm` event listener and Confirm button theme
- setConfirmButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button theme
- setConfirmText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text
- setHeader(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation dialog custom header
- setHeader(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation dialog header text
- setHeight(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the height of the component content area.
- setOpened(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Opens or closes the dialog.
- setRejectable(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Whether to show or hide Reject button.
- setRejectButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom Reject button
- setRejectButton(String, ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text and `reject` event listener.
- setRejectButton(String, ComponentEventListener<ConfirmDialog.RejectEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text, `reject` event listener, Reject button theme.
- setRejectButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button theme
- setRejectText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text
- setText(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirmation message
- setText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation message text
- setWidth(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the width of the component content area.
All Classes and Interfaces|All Packages|Serialized Form