Uses of Class
com.vaadin.flow.component.crud.Crud.SaveEvent
Packages that use Crud.SaveEvent
-
Uses of Crud.SaveEvent in com.vaadin.flow.component.crud
Method parameters in com.vaadin.flow.component.crud with type arguments of type Crud.SaveEventModifier and TypeMethodDescriptionCrud.addSaveListener
(ComponentEventListener<Crud.SaveEvent<E>> listener) Registers a listener to be notified when the user tries to save a new item or modifications to an existing item.