Uses of Class
com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent
-
Uses of ConfirmDialog.RejectEvent in com.vaadin.flow.component.confirmdialog
Method parameters in com.vaadin.flow.component.confirmdialog with type arguments of type ConfirmDialog.RejectEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationConfirmDialog.addRejectListener(com.vaadin.flow.component.ComponentEventListener<ConfirmDialog.RejectEvent> listener) Adds a listener for when the user clicks the Reject button.voidConfirmDialog.setRejectButton(String buttonText, com.vaadin.flow.component.ComponentEventListener<ConfirmDialog.RejectEvent> rejectListener) Sets Reject button text and `reject` event listener.voidConfirmDialog.setRejectButton(String buttonText, com.vaadin.flow.component.ComponentEventListener<ConfirmDialog.RejectEvent> rejectListener, String theme) Sets Reject button text, `reject` event listener, Reject button theme.