Uses of Class
com.vaadin.flow.component.crud.Crud.DeleteEvent
-
Uses of Crud.DeleteEvent in com.vaadin.flow.component.crud
Method parameters in com.vaadin.flow.component.crud with type arguments of type Crud.DeleteEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationCrud.addDeleteListener(com.vaadin.flow.component.ComponentEventListener<Crud.DeleteEvent<E>> listener) Registers a listener to be notified when the user tries to delete an existing item.