com.vaadin.flow.component.grid.
Package com.vaadin.flow.component.grid
-
ClassDescription
Abstract implementation of a GridMultiSelectionModel.
Abstract implementation of a GridSingleSelectionModel.
Event fired when a cell in the Grid is focused.
An enum representing the different sections of a grid.
Event fired when the user toggles the selection state of an item on the client-side.
ColumnPathRenderer<SOURCE>Renderer for columns that doesn't use a renderer function for rendering its contents (only the value from the object model).
Constants for the rendering mode of columns.
Event fired when the columns in the Grid are reordered.
Event fired when a Grid column is resized by the user.
Constants for the text alignment of columns.
One row of
FooterRow.FooterCell
s in a Grid.A footer cell in a Grid.
Grid<T>Grid is a component for showing tabular data.
A helper base class for creating extensions for the Grid component.
Grid.Column<T>Server-side component for the
<vaadin-grid-column>
element.Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater> Builder for
DataCommunicator
object.Multi-sort priority (visually indicated by numbers in column headers) controls how columns are added to the sort order, when a column becomes sorted, or the sort direction of a column is changed.
behavior when parsing nested properties which may contain
null
values in the property chainSelection mode representing the built-in selection models in grid.
Grid.SpringData.CountCallback<PAGEABLE>Callback interface for counting the number of items in a backend based on a Spring Data Pageable.
Grid.SpringData.FetchCallback<PAGEABLE,T> Callback interface for fetching a list of items from a backend based on a Spring Data Pageable.
Array update strategy aware class for Grid.
Data object for
TreeGridArrayUpdater
.Multiselection model interface for Grid.
State for showing the select all checkbox in the grid's default header row for the selection column.
Selection model implementation for disabling selection in Grid.
Server side implementation for the flow specific grid selection column.
The server-side interface that controls Grid's selection state.
Single selection model interface for Grid.
Sorting information for
Grid
.Helper classes with fluent API for constructing
GridSortOrder
lists.Tester for Grid components.
Set of theme variants applicable for
vaadin-grid
component.One row of
HeaderRow.HeaderCell
s in a Grid.A header cell in a Grid.
Event fired when a Grid item is clicked.
Event fired when a Grid item is double clicked.
Generates the sort orders when rows are sorted by a column.