Package | Description |
---|---|
com.vaadin.flow.component.grid |
Class and Description |
---|
FooterRow
One row of
FooterRow.FooterCell s in a Grid. |
FooterRow.FooterCell
A footer cell in a Grid.
|
Grid
Server-side component for the
<vaadin-grid> element. |
Grid.AbstractGridExtension
A helper base class for creating extensions for the Grid component.
|
Grid.Column
Server-side component for the
<vaadin-grid-column> element. |
Grid.SelectionMode
Selection mode representing the built-in selection models in grid.
|
GridMultiSelectionModel
Multiselection model interface for Grid.
|
GridMultiSelectionModel.SelectAllCheckboxVisibility
State for showing the select all checkbox in the grid's default header
row for the selection column.
|
GridSelectionModel
The server-side interface that controls Grid's selection state.
|
GridSingleSelectionModel
Single selection model interface for Grid.
|
GridSortOrder
Sorting information for
Grid . |
GridSortOrderBuilder
Helper classes with fluent API for constructing
GridSortOrder lists. |
HeaderRow
One row of
HeaderRow.HeaderCell s in a Grid. |
HeaderRow.HeaderCell
A header cell in a Grid.
|
SortOrderProvider
Generates the sort orders when rows are sorted by a column.
|
Copyright © 2018. All rights reserved.