Class ConfirmationDialog

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.dialog.Dialog
org.vaadin.firitin.components.dialog.VDialog
org.vaadin.firitin.components.dialog.ConfirmationDialog
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.dialog.DialogVariant>, Serializable, FluentAttachNotifier<VDialog>, FluentComponent<VDialog>, FluentDetachNotifier<VDialog>, FluentHasComponents<VDialog>, FluentHasSize<VDialog>

public class ConfirmationDialog extends VDialog
Simple confirmation dialog. Designed for ConfirmButton and DeleteButton, but can be used as such as well.
See Also: