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.DeleteEvent Modifier and Type Method Description com.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.
-