Uses of Class
com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
-
-
Uses of GridPro.ItemPropertyChangedEvent in com.vaadin.flow.component.gridpro
Method parameters in com.vaadin.flow.component.gridpro with type arguments of type GridPro.ItemPropertyChangedEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationGridPro. addItemPropertyChangedListener(com.vaadin.flow.component.ComponentEventListener<GridPro.ItemPropertyChangedEvent<E>> listener)Registers a listener to be notified when the user has edited an existing item.
-