| Interface | Description |
|---|---|
| ColumnReorderListener |
An event listener for column reorder events in the Grid.
|
| ColumnResizeListener |
An event listener for column resize events in the Grid.
|
| ColumnVisibilityChangeListener |
An event listener for column visibility change events in the Grid.
|
| DescriptionGenerator<T> |
A callback interface for generating description texts for an item.
|
| DetailsGenerator<T> |
A callback interface for generating details for a particular row in Grid.
|
| Editor<T> |
An editor in a Grid.
|
| EditorCancelListener<T> |
An event listener for a
Grid editor cancel events. |
| EditorErrorGenerator<T> |
Generator for creating editor validation and conversion error messages.
|
| EditorSaveListener<T> |
An event listener for a
Grid editor save events. |
| FooterCell |
An individual cell on a Grid footer row.
|
| FooterRow |
A footer row in a Grid.
|
| GridSelectionModel<T> |
The server-side interface that controls Grid's selection state.
|
| HeaderCell |
An individual cell on a Grid header row.
|
| HeaderRow |
A header row in a Grid.
|
| ItemClickListener<T> |
A listener for item click events.
|
| MultiSelectionModel<T> |
Multiselection model interface for Grid.
|
| SingleSelectionModel<T> |
Single selection model interface for Grid.
|
| SortOrderProvider |
Generates the sort orders when rows are sorted by a column.
|
| Class | Description |
|---|---|
| AbstractSelectionModel<T> |
Abstract selection model for grid.
|
| EditorCancelEvent<T> |
An event that is fired when a Grid editor is cancelled.
|
| EditorImpl<T> |
Implementation of
Editor interface. |
| EditorSaveEvent<T> |
An event that is fired when a Grid editor is saved.
|
| Footer |
Represents the footer section of a Grid.
|
| Header |
Represents the header section of a Grid.
|
| MultiSelectionModelImpl<T> |
Multiselection model for grid.
|
| NoSelectionModel<T> |
Selection model that doesn't allow selecting anything from the grid.
|
| SingleSelectionModelImpl<T> |
Single selection model for grid.
|
| StaticSection<ROW extends StaticSection.StaticRow<?>> |
Represents the header or footer section of a Grid.
|
| StaticSection.StaticRow<CELL extends com.vaadin.ui.components.grid.StaticSection.StaticCell> |
Abstract base class for Grid header and footer rows.
|
| Enum | Description |
|---|---|
| MultiSelectionModelImpl.SelectAllCheckBoxVisibility |
State for showing the select all checkbox in the grid's default header
row for the selection column.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.