Class ConfirmDialog.RejectEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConfirmDialog

    @DomEvent("reject")
    public static class ConfirmDialog.RejectEvent
    extends com.vaadin.flow.component.ComponentEvent<ConfirmDialog>
    `reject` is sent when the user clicks Reject button
    See Also:
    Serialized Form
    • Constructor Detail

      • RejectEvent

        public RejectEvent​(ConfirmDialog source,
                           boolean fromClient)