Uses of Class
com.vaadin.flow.component.gridpro.GridPro
-
Uses of GridPro in com.vaadin.flow.component.gridpro
Constructors in com.vaadin.flow.component.gridpro with parameters of type GridProModifierConstructorDescriptionCellEditStartedEvent(GridPro<E> source, boolean fromClient, com.fasterxml.jackson.databind.node.ObjectNode 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, com.vaadin.flow.data.renderer.Renderer<T> renderer) Constructs a new Column for use inside a Grid.ItemPropertyChangedEvent(GridPro<E> source, boolean fromClient, com.fasterxml.jackson.databind.node.ObjectNode 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.