All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractGridMultiSelectionModel<T> Abstract implementation of a GridMultiSelectionModel.AbstractGridSingleSelectionModel<T> Abstract implementation of a GridSingleSelectionModel.CellFocusEvent<T> Event fired when a cell in the Grid is focused.CellFocusEvent.GridSection An enum representing the different sections of a grid.CollapseEvent<T,C extends com.vaadin.flow.component.Component> ColumnPathRenderer<SOURCE> Renderer for columns that doesn't use any template for rendering its contents (only the value from the object model).ColumnReorderEvent<T> Event fired when the columns in the Grid are reordered.ColumnResizeEvent<T> Event fired when a Grid column is resized by the user.ColumnTextAlign Constants for the text alignment of columns.Editor<T> An editor in a Grid.EditorCancelEvent<T> Holds the data for cancel events fired inEditor.EditorCancelListener<T> An event listener for aGrideditor cancel events.EditorCloseEvent<T> Holds the data for close events fired inEditor.EditorCloseListener<T> An event listener for aGrideditor close events.EditorEvent<T> Base class for events fired inEditor.EditorImpl<T> Implementation ofEditorinterface.EditorOpenEvent<T> Holds the data for open events fired inEditor.EditorOpenListener<T> An event listener for aGrideditor open events.EditorRenderer<T> Renderer and DataGenerator used byGrid.Columnto control the state of the editor components.EditorSaveEvent<T> Holds the data for save events fired inEditor.EditorSaveListener<T> An event listener for aGrideditor save events.ExpandEvent<T,C extends com.vaadin.flow.component.Component> FooterRow One row ofFooterRow.FooterCells in a Grid.FooterRow.FooterCell A footer cell in a Grid.Grid<T> Grid is a component for showing tabular data.Grid.AbstractGridExtension<T> 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 com.vaadin.flow.data.provider.ArrayUpdater> Builder forDataCommunicatorobject.Grid.MultiSortPriority 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.Grid.NestedNullBehavior behavior when parsing nested properties which may containnullvalues in the property chainGrid.SelectionMode Selection mode representing the built-in selection models in grid.Grid.UpdateQueue GridArrayUpdater Array update strategy aware class for Grid.GridArrayUpdater.UpdateQueueData Data object forTreeGridArrayUpdater.GridContextMenu<T> Server-side component for<vaadin-context-menu>to be used withGrid.GridContextMenu.GridContextMenuItemClickEvent<T> Event that is fired when aGridMenuItemis clicked inside aGridContextMenu.GridContextMenu.GridContextMenuOpenedEvent<T> GridDataView<T> Implementation of generic data view for grid.GridDragEndEvent<T> Drag end event ofGridrows.GridDragStartEvent<T> Drag start event ofGridrows.GridDropEvent<T> Drop event that occurs on theGridor its rows.GridDropLocation Defines drop locations within a Grid row.GridDropMode Defines the locations within the Grid row where an element can be dropped.GridLazyDataView<T> Data view implementation for Grid with lazy data fetching.GridListDataView<T> Data view implementation for Grid with in-memory list data.GridMenuItem<T> Item component used insideGridContextMenuandGridSubMenu.GridMultiSelectionModel<T> 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.GridNoneSelectionModel<T> Selection model implementation for disabling selection in Grid.GridSelectionColumn Server side implementation for the flow specific grid selection column.GridSelectionModel<T> The server-side interface that controls Grid's selection state.GridSingleSelectionModel<T> Single selection model interface for Grid.GridSortOrder<T> Sorting information forGrid.GridSortOrderBuilder<T> Helper classes with fluent API for constructingGridSortOrderlists.GridSubMenu<T> API that allows adding content into the sub menus of aGridContextMenuto create hierarchical menus.GridVariant Set of theme variants applicable forvaadin-gridcomponent.HeaderRow One row ofHeaderRow.HeaderCells in a Grid.HeaderRow.HeaderCell A header cell in a Grid.HierarchyColumnComponentRenderer<COMPONENT extends com.vaadin.flow.component.Component,SOURCE> Renders components as hierarchy column for tree grid.ItemClickEvent<T> Event fired when a Grid item is clicked.ItemDoubleClickEvent<T> Event fired when a Grid item is double clicked.SortOrderProvider Generates the sort orders when rows are sorted by a column.TreeGrid<T> Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.TreeGridArrayUpdater Array update strategy aware class for TreeGrid.