| Method and Description |
|---|
| com.vaadin.flow.component.grid.Grid.createColumn(Renderer<T>, String)
This method should not be used outside.
Grid.getDefaultColumnFactory() should be used instead. |
| Constructor and Description |
|---|
| com.vaadin.flow.component.grid.ItemClickEvent(Grid<T>, boolean, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean)
Please use the constructor with an extra parameter
internalColumnId |
| com.vaadin.flow.component.grid.ItemDoubleClickEvent(Grid<T>, boolean, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean)
Please use the constructor with an additional parameter
internalColumnId. |
Copyright © 2020. All rights reserved.