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.RejectEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationConfirmDialog. addRejectListener(com.vaadin.flow.component.ComponentEventListener<ConfirmDialog.RejectEvent> listener)Adds `reject` event listenervoidConfirmDialog. 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.
-