| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Class and Description |
|---|
| AbstractSelectionModel
Abstract selection model for grid.
|
| 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.
|
| DetailsGenerator
A callback interface for generating details for a particular row in Grid.
|
| Editor
An editor in a Grid.
|
| Footer
Represents the footer section of a Grid.
|
| FooterRow
A footer row in a Grid.
|
| GridMultiSelect
Wrapper class to wrap Grid into a MultiSelect.
|
| GridSelectionModel
The server-side interface that controls Grid's selection state.
|
| GridSingleSelect
Wrapper class to wrap Grid into a SingleSelect.
|
| Header
Represents the header section of a Grid.
|
| HeaderRow
A header row in a Grid.
|
| ItemClickListener
A listener for item click events.
|
| MultiSelectionModel
Multiselection model interface for Grid.
|
| MultiSelectionModelImpl
Multiselection model for grid.
|
| SortOrderProvider
Generates the sort orders when rows are sorted by a column.
|
| Class and Description |
|---|
| AbstractSelectionModel
Abstract selection model for grid.
|
| DropIndexCalculator
A handler for calculating the index of the dropped items on the drop target
grid.
|
| Editor
An editor in a Grid.
|
| EditorCancelEvent
An event that is fired when a Grid editor is cancelled.
|
| EditorCancelListener
An event listener for a
Grid editor cancel events. |
| EditorErrorGenerator
Generator for creating editor validation and conversion error messages.
|
| EditorOpenEvent
An event that is fired when a Grid editor is opened.
|
| EditorOpenListener
An event listener for a
Grid editor save events. |
| EditorSaveEvent
An event that is fired when a Grid editor is saved.
|
| EditorSaveListener
An event listener for a
Grid editor save events. |
| Footer.Row
A row in a Grid Footer.
|
| Footer.Row.Cell
A cell in a Grid footer row.
|
| FooterCell
An individual cell on a Grid footer row.
|
| FooterRow
A footer row in a Grid.
|
| GridDragEndEvent
Drop event on an HTML5 drop target
Grid row. |
| GridDragEndListener
Drop listener for HTML5 drop on a Grid row.
|
| GridDragSource
Makes a Grid's rows draggable for HTML5 drag and drop functionality.
|
| GridDragStartEvent
Drag start event on an HTML5 drag source
Grid row. |
| GridDragStartListener
Drag start listener for HTML5 drag start on a Grid row.
|
| GridDropEvent
Drop event on an HTML5 drop target
Grid row. |
| GridDropListener
Drop listener for HTML5 drop on a Grid row.
|
| GridDropTarget
Makes the rows of a Grid HTML5 drop targets.
|
| GridSelectionModel
The server-side interface that controls Grid's selection state.
|
| Header.Row
A row in a Grid header.
|
| Header.Row.Cell
A cell in a Grid header row.
|
| HeaderCell
An individual cell on a Grid header row.
|
| HeaderRow
A header row in a Grid.
|
| MultiSelectionModel
Multiselection model interface for Grid.
|
| MultiSelectionModel.SelectAllCheckBoxVisibility
State for showing the select all checkbox in the grid's default header
row for the selection column.
|
| SingleSelectionModel
Single selection model interface for Grid.
|
| SourceDataProviderUpdater
A handler for source grid data provider updater for
GridRowDragger. |
| StaticSection
Represents the header or footer section of a Grid.
|
| StaticSection.StaticRow
Abstract base class for Grid header and footer rows.
|
| TargetDataProviderUpdater
A handler for target grid data provider updater for
GridRowDragger. |
| TreeGridDropEvent
Drop event on an HTML5 drop target
TreeGrid row. |
| TreeGridDropListener
Drop listener for HTML5 drop on a TreeGrid row.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.