com.vaadin.flow.component.confirmdialog.

Class ConfirmDialog.RejectEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ConfirmDialog>
com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent

All Implemented Interfaces:

Serializable

Enclosing class:

ConfirmDialog

@DomEvent("reject") public static class ConfirmDialog.RejectEvent extends ComponentEvent<ConfirmDialog>

`reject` is sent when the user clicks Reject button

See Also:

  • Constructor Details

    • RejectEvent

      public RejectEvent(ConfirmDialog source, boolean fromClient)