Uses of Class
com.vaadin.flow.component.crud.Crud.NewEvent
Packages that use Crud.NewEvent
-
Uses of Crud.NewEvent in com.vaadin.flow.component.crud
Method parameters in com.vaadin.flow.component.crud with type arguments of type Crud.NewEventModifier and TypeMethodDescriptionCrud.addNewListener
(ComponentEventListener<Crud.NewEvent<E>> listener) Registers a listener to be notified when the user starts to create a new item.