Package | Description |
---|---|
com.vaadin.flow.component.gridpro |
Constructor and Description |
---|
CellEditStartedEvent(GridPro<E> source,
boolean fromClient,
elemental.json.JsonObject item,
String path)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
EditColumn(GridPro<T> grid,
String columnId,
Renderer<T> renderer)
Constructs a new Column for use inside a Grid.
|
ItemPropertyChangedEvent(GridPro<E> source,
boolean fromClient,
elemental.json.JsonObject item,
String path)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
Copyright © 2025. All rights reserved.