-
-
-
Serialized Fields
-
attachRegistration
com.vaadin.flow.shared.Registration attachRegistration
-
column
GridPro.EditColumn<T> column
-
editModeRendererRequested
boolean editModeRendererRequested
-
-
class CellEditStartedEvent extends com.vaadin.flow.component.ComponentEvent<
GridPro<
E>> implements
Serializable
-
-
Serialized Fields
-
cellEditableProvider
com.vaadin.flow.function.SerializablePredicate<T> cellEditableProvider
-
editorField
com.vaadin.flow.component.HasValueAndElement editorField
-
itemUpdater
ItemUpdater<T,String> itemUpdater
-
manualRefresh
boolean manualRefresh
-
valueProvider
com.vaadin.flow.function.ValueProvider<T,?> valueProvider
-
class ItemPropertyChangedEvent extends com.vaadin.flow.component.ComponentEvent<
GridPro<
E>> implements
Serializable