| 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. |
| com.vaadin.flow.component.grid.Grid.isHeightByRows()
since 14.7 - use
Grid.isAllRowsVisible() |
| com.vaadin.flow.component.grid.Grid.setHeightByRows(boolean)
since 14.7 - use
Grid.setAllRowsVisible(boolean) |
| 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 © 2025. All rights reserved.