Uses of Class
com.vaadin.flow.component.crud.Crud.EditEvent
-
-
Uses of Crud.EditEvent in com.vaadin.flow.component.crud
Method parameters in com.vaadin.flow.component.crud with type arguments of type Crud.EditEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationCrud. addEditListener(com.vaadin.flow.component.ComponentEventListener<Crud.EditEvent<E>> listener)Registers a listener to be notified when the user starts to edit an existing item.
-