- AbstractGridExtension(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Constructs a new grid extension, extending the given grid.
- AbstractGridMultiSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridMultiSelectionModel.
- AbstractGridMultiSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractGridSingleSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridSingleSelectionModel.
- AbstractGridSingleSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- addCancelListener(EditorCancelListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor cancel listener.
- addCancelListener(EditorCancelListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addCellFocusListener(ComponentEventListener<CellFocusEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a listener to the grid that will be notified, when a cell has been
focused.
- addCloseListener(EditorCloseListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor close listener.
- addCloseListener(EditorCloseListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addCollapseListener(ComponentEventListener<CollapseEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a CollapseEvent listener to this TreeGrid.
- addColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a value provider and
default column factory.
- addColumn(ValueProvider<T, ?>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a value provider and
column factory provided.
- addColumn(ValueProvider<T, V>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a value provider and
sorting properties.The value is converted to a JSON value by using
JsonSerializer.toJson(Object).
- addColumn(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a renderer and default
column factory.
- addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a renderer and column
factory provided.
- addColumn(Renderer<T>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a template renderer,
sorting properties and default column factory.
- addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid with a template renderer,
sorting properties and column factory provided.
- addColumn(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column for the given property name with the default column
factory.
- addColumn(String, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column for the given property name with the column factory
provided.
- addColumnReorderListener(ComponentEventListener<ColumnReorderEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a column reorder listener to this component.
- addColumnResizeListener(ComponentEventListener<ColumnResizeEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a column resize listener to this component.
- addColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new columns for the given property names.
- addComponentColumn(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column that shows components.
- addComponentHierarchyColumn(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a new Hierarchy column that shows components.
- addContextMenu() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new context-menu for this grid.
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
- addDragEndListener(ComponentEventListener<GridDragEndEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag end listener to this component.
- addDragStartListener(ComponentEventListener<GridDragStartEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag start listener to this component.
- addDropListener(ComponentEventListener<GridDropEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drop listener to this component.
- addExpandListener(ComponentEventListener<ExpandEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds an ExpandEvent listener to this TreeGrid.
- addFirstHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
- addGridContextMenuOpenedListener(ComponentEventListener<GridContextMenu.GridContextMenuOpenedEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Adds a listener for the opened-changed events fired by the web
component.
- addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a new Hierarchy column to this
Grid with a value provider.
- addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
- addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
- addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
- addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
- addItemClickListener(ComponentEventListener<ItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds an item click listener to this component.
- addItemDoubleClickListener(ComponentEventListener<ItemDoubleClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds an item double click listener to this component.
- addMenuItemClickListener(ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
-
Adds the given click listener for this menu item.
- addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
- addOpenListener(EditorOpenListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor open listener.
- addOpenListener(EditorOpenListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addSaveListener(EditorSaveListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor save listener.
- addSaveListener(EditorSaveListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a selection listener to the current selection model.
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
-
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
- addSortListener(ComponentEventListener<SortEvent<Grid<T>, GridSortOrder<T>>>) - Method in class com.vaadin.flow.component.grid.Grid
-
- addThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds theme variants to the component.
- addValueProvider(String, ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a ValueProvider to this Grid that is not tied to a Column.
- appendFooterRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new footer row to the bottom of the existing footer rows.
- appendHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new header row to the bottom of the existing header rows.
- apply(SortDirection) - Method in interface com.vaadin.flow.component.grid.SortOrderProvider
-
Generates the sort orders when rows are sorted by a column.
- asc(Grid.Column<T>) - Static method in class com.vaadin.flow.component.grid.GridSortOrder
-
Creates a new grid sort builder with given sorting using ascending sort
direction.
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a multiselect in Binder.
- asMultiSelect() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets a wrapper to use this multiselection model as a multiselect in
Binder.
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a single select in Binder.
- asSingleSelect() - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
-
Gets a wrapper to use this single selection model as a single select in
Binder.
- generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
-
- getArrayUpdater() - Method in class com.vaadin.flow.component.grid.Grid
-
- getBeanType() - Method in class com.vaadin.flow.component.grid.Grid
-
- getBinder() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Returns the underlying Binder from Editor.
- getBinder() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- getBottomLevelColumn() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
- getClassNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the function that is used for generating CSS class names for
cells in this column.
- getClassNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the function that is used for generating CSS class names for rows in
this grid.
- getClientName() - Method in enum com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Gets name that is used in the client side representation of the
component.
- getClientName() - Method in enum com.vaadin.flow.component.grid.dnd.GridDropMode
-
Gets name that is used in the client side representation of the
component.
- getClientSideName() - Method in enum com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns the client side name of the section.
- getColumn() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Returns the column represented by the focused cell.
- getColumn() - Method in class com.vaadin.flow.component.grid.ItemClickEvent
-
Gets the column that was clicked.
- getColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
-
- getColumnId() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
-
Gets the column ID in the Grid that was the target of the
context-click, or an empty Optional if the context-click
didn't target any application column in the Grid (eg.
- getColumnLayers() - Method in class com.vaadin.flow.component.grid.Grid
-
- getColumns() - Method in class com.vaadin.flow.component.grid.ColumnReorderEvent
-
Gets the new order of the columns.
- getColumns() - Method in class com.vaadin.flow.component.grid.Grid
-
- getComparator(SortDirection) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the comparator to use with in-memory sorting for this column
when sorting in the given direction.
- getContributions() - Method in class com.vaadin.flow.component.grid.osgi.GridContributor
-
- getData() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- getDataCommunicator() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the data communicator of this Grid.
- getDataCommunicator() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- getDataProvider() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the data provider of this grid.
- getDataProvider() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- getDataTransferData(String) - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Get data from the DataTransfer object.
- getDataTransferData() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Get all of the transfer data from the DataTransfer object.
- getDataTransferText() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Get data of any of the types "text", "Text" or "text/plain".
- getDefaultColumnFactory() - Method in class com.vaadin.flow.component.grid.Grid
-
Gives a reference to the column factory.
- getDefaultHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
- getDragFilter() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the active drag filter.
- getDraggedItems() - Method in class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
-
Get the dragged row items.
- getDropFilter() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the active drop filter.
- getDropLocation() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Get the location of the drop within the row.
- getDropMode() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the drop mode of this drop target.
- getDropTargetItem() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Get the row the drop happened on.
- getDynamicContentHandler() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Gets the callback function that is executed before the context menu is
opened.
- getEditor() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the editor.
- getEditorComponent() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the editor component that is used for this column.
- getElement() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the underlying <vaadin-grid-column> element.
- getElement() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- getElement() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
- getFirstSelectedItem() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- getFirstSelectedItem() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- getFlexGrow() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the flex grow value, by default 1.
- getFooterRows() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets all of the footer rows in the Grid, in order from top to bottom.
- getGrid() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent
-
Gets the Grid that the context menu is connected to.
- getGrid() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Gets the Grid instance which this editor belongs to.
- getGrid() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
-
Gets the editors' grid.
- getGrid() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- getGrid() - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Gets the Grid this extension extends.
- getHasExpandedItems() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
- getHeaderRows() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets all of the header rows in the Grid, in order from top to bottom.
- getInternalId() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
- getItem() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Returns the item represented by the focused cell.
- getItem() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent
-
Gets the item in the Grid that was the target of the context-click,
or an empty Optional if the context-click didn't target any
item in the Grid (eg.
- getItem() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
-
Gets the item in the Grid that was the target of the context-click,
or an empty Optional if the context-click didn't target any
item in the Grid (eg.
- getItem() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Gets the current item being edited, if any.
- getItem() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
-
Gets the item being edited.
- getItem() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- getItem() - Method in class com.vaadin.flow.component.grid.ItemClickEvent
-
Gets the clicked item.
- getItems() - Method in class com.vaadin.flow.component.treegrid.CollapseEvent
-
- getItems() - Method in class com.vaadin.flow.component.treegrid.ExpandEvent
-
- getItemsWithChildrenRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Gets given items and their children recursively until the given depth.
- getKey() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the user-defined key for this column, or null if no key
has been set.
- getNestedNullBehavior() - Method in class com.vaadin.flow.component.grid.Grid
-
Get the behavior when facing nested null values.
- getPageSize() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the current page size, which is the number of items fetched at a
time from the dataprovider.
- getPropertySet() - Method in class com.vaadin.flow.component.grid.Grid
-
- getPropertyValue() - Method in enum com.vaadin.flow.component.grid.ColumnTextAlign
-
Gets the client-side property for the textAlign property.
- getRenderer() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Get the renderer used for this column.
- getResizedColumn() - Method in class com.vaadin.flow.component.grid.ColumnResizeEvent
-
Returns the column that was the target of user's resize action
- getSection() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Returns the grid section, where this cell is located.
- getSelectAllCheckboxVisibility() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- getSelectAllCheckboxVisibility() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets the current mode for the select all checkbox visibility.
- getSelectedItem() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- getSelectionModel() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the selection model for this grid.
- getSorted() - Method in class com.vaadin.flow.component.grid.GridSortOrder
-
Gets the column this sorting information is attached to.
- getSortOrder(SortDirection) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the sort orders to use with back-end sorting for this column
when sorting in the given direction.
- getSortOrder() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets an list of the current sort orders in the Grid.
- getSource() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
-
- getUniqueKeyProperty() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets property name for unique key in row's generated JSON.
- getUniqueKeyProperty() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
- getUniqueKeyProvider() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets optional value provider for unique key in row's generated JSON.
- getUpdateQueueData() - Method in interface com.vaadin.flow.component.grid.GridArrayUpdater
-
- getVariantName() - Method in enum com.vaadin.flow.component.grid.GridVariant
-
Gets the variant name.
- getWidth() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the width of this column as a CSS-string.
- Grid<T> - Class in com.vaadin.flow.component.grid
-
Server-side component for the <vaadin-grid> element.
- Grid() - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new instance, with page size of 50.
- Grid(int) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new instance, with the specified page size.
- Grid(Class<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new grid with an initial set of columns for each of the bean's
properties.
- Grid(Class<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new grid with an initial set of columns for each of the bean's
properties.
- Grid(Class<T>, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>, B) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new grid with an initial set of columns for each of the bean's
properties.
- Grid(int, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>, B) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new instance, with the specified page size and data
communicator.
- Grid.AbstractGridExtension<T> - Class in com.vaadin.flow.component.grid
-
A helper base class for creating extensions for the Grid component.
- Grid.Column<T> - Class in com.vaadin.flow.component.grid
-
Server-side component for the <vaadin-grid-column> element.
- Grid.DataCommunicatorBuilder<T,U extends com.vaadin.flow.data.provider.ArrayUpdater> - Class in com.vaadin.flow.component.grid
-
Builder for DataCommunicator object.
- Grid.NestedNullBehavior - Enum in com.vaadin.flow.component.grid
-
behavior when parsing nested properties which may contain
null values in the property chain
- Grid.SelectionMode - Enum in com.vaadin.flow.component.grid
-
Selection mode representing the built-in selection models in grid.
- Grid.UpdateQueue - Class in com.vaadin.flow.component.grid
-
- GridArrayUpdater - Interface in com.vaadin.flow.component.grid
-
Array update strategy aware class for Grid.
- GridArrayUpdater.UpdateQueueData - Class in com.vaadin.flow.component.grid
-
- GridContextMenu<T> - Class in com.vaadin.flow.component.grid.contextmenu
-
Server-side component for
<vaadin-context-menu> to be used with
Grid.
- GridContextMenu() - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Creates an empty context menu to be used with a Grid.
- GridContextMenu(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Creates an empty context menu with the given target component.
- GridContextMenu.GridContextMenuItemClickEvent<T> - Class in com.vaadin.flow.component.grid.contextmenu
-
- GridContextMenu.GridContextMenuOpenedEvent<T> - Class in com.vaadin.flow.component.grid.contextmenu
-
- GridContextMenuOpenedEvent(GridContextMenu<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
-
- GridContributor - Class in com.vaadin.flow.component.grid.osgi
-
Grid connector and selection column resources registration.
- GridContributor() - Constructor for class com.vaadin.flow.component.grid.osgi.GridContributor
-
- GridDragEndEvent<T> - Class in com.vaadin.flow.component.grid.dnd
-
Drag end event of
Grid rows.
- GridDragEndEvent(Grid<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDragEndEvent
-
Creates a grid drag end event.
- GridDragStartEvent<T> - Class in com.vaadin.flow.component.grid.dnd
-
Drag start event of
Grid rows.
- GridDragStartEvent(Grid<T>, boolean, JsonObject) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
-
Creates a grid drag start event.
- GridDropEvent<T> - Class in com.vaadin.flow.component.grid.dnd
-
Drop event that occurs on the
Grid or its rows.
- GridDropEvent(Grid<T>, boolean, JsonObject, String, JsonArray) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Creates a grid drop event.
- GridDropLocation - Enum in com.vaadin.flow.component.grid.dnd
-
Defines drop locations within a Grid row.
- GridDropMode - Enum in com.vaadin.flow.component.grid.dnd
-
Defines the locations within the Grid row where an element can be dropped.
- GridMenuItem<T> - Class in com.vaadin.flow.component.grid.contextmenu
-
- GridMenuItem(GridContextMenu<T>, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
-
Creates a new instance using the context menu and its reset callback.
- GridMultiSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
Multiselection model interface for Grid.
- GridMultiSelectionModel.SelectAllCheckboxVisibility - Enum in com.vaadin.flow.component.grid
-
State for showing the select all checkbox in the grid's default header
row for the selection column.
- GridNoneSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Selection model implementation for disabling selection in Grid.
- GridNoneSelectionModel() - Constructor for class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- GridSelectionColumn - Class in com.vaadin.flow.component.grid
-
Server side implementation for the flow specific grid selection column.
- GridSelectionColumn(SerializableRunnable, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.GridSelectionColumn
-
Constructs a new grid selection column configured to use the given
callbacks whenever the select all checkbox is toggled on the client side.
- GridSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
The server-side interface that controls Grid's selection state.
- GridSingleSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
Single selection model interface for Grid.
- GridSortOrder<T> - Class in com.vaadin.flow.component.grid
-
Sorting information for
Grid.
- GridSortOrder(Grid.Column<T>, SortDirection) - Constructor for class com.vaadin.flow.component.grid.GridSortOrder
-
Construct sorting information for usage in a
Grid.
- GridSortOrderBuilder<T> - Class in com.vaadin.flow.component.grid
-
Helper classes with fluent API for constructing
GridSortOrder lists.
- GridSortOrderBuilder() - Constructor for class com.vaadin.flow.component.grid.GridSortOrderBuilder
-
- GridSubMenu<T> - Class in com.vaadin.flow.component.grid.contextmenu
-
API that allows adding content into the sub menus of a
GridContextMenu to create hierarchical menus.
- GridSubMenu(GridMenuItem<T>, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
Creates a new instance of submenu using the associated
parentMenuItem (item which opens the submenu) and reset context
menu callback.
- GridVariant - Enum in com.vaadin.flow.component.grid
-
Set of theme variants applicable for vaadin-grid component.
- initConnector() - Method in class com.vaadin.flow.component.grid.Grid
-
- insertColumnLayer(int, List<AbstractColumn<?>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a new layer from the provided columns, inserts the layer into
given index and returns the new layer.
- isAllRowsVisible() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether grid's height is defined by the number of its rows.
- isAutoWidth() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets this column's auto width state.
- isBodyCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's body section.
- isBuffered() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Returns whether Editor is buffered or not.
- isBuffered() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- isColumnReorderingAllowed() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns whether column reordering is allowed.
- isDeselectAllowed() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- isDetailsVisible(T) - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the visibility of details component for given item.
- isDetailsVisibleOnClick() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether the item details are opened and closed by clicking the rows
or not.
- isExpanded(T) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Returns whether a given item is expanded or collapsed.
- isFooterCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's footer section.
- isFrozen() - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Gets the this column's frozen state.
- isHeaderCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's header section.
- isHeightByRows() - Method in class com.vaadin.flow.component.grid.Grid
-
- isMultiSort() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether multiple column sorting is enabled on the client-side.
- isOpen() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Returns whether Editor is open or not.
- isOpen() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- isOutmostRow() - Method in class com.vaadin.flow.component.grid.FooterRow
-
- isOutmostRow() - Method in class com.vaadin.flow.component.grid.HeaderRow
-
- isRowsDraggable() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether rows of the grid can be dragged.
- isSelectAllCheckboxVisible() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelectAllCheckboxVisible() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
- isSelected(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelectionColumnFrozen() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelectionColumnFrozen() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets the the selection column's frozen state.
- isSortable() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets whether this column is sortable (e.g.
- isVerticalScrollingEnabled() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether the vertical scrolling on the Grid web component is enabled.
- ItemClickEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a Grid item is clicked.
- ItemClickEvent(Grid<T>, boolean, String, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemClickEvent
-
Creates a new item click event.
- ItemClickEvent(Grid<T>, boolean, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemClickEvent
-
- ItemDoubleClickEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a Grid item is double clicked.
- ItemDoubleClickEvent(Grid<T>, boolean, String, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemDoubleClickEvent
-
Creates a new item double click event.
- ItemDoubleClickEvent(Grid<T>, boolean, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemDoubleClickEvent
-
- save() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
In buffered mode calling save will validate bean and will save any
changes made to the Editor fields to the edited bean if all validators
pass.
- save() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- scrollToEnd() - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the last data row of the grid.
- scrollToIndex(int) - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the given row index.
- scrollToStart() - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the beginning of the first data row.
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- select(T) - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- select(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- selectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- selectFromClient(T) - Method in interface com.vaadin.flow.component.grid.GridSelectionModel
-
Handles the selection of an item that originates from the client.
- set(int, List<JsonValue>) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- setAllRowsVisible(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
If true, the grid's height is defined by its rows.
- setAutoWidth(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Enables or disables automatic width for this column.
- setBinder(Binder<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Sets the underlying Binder to this Editor.
- setBinder(Binder<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- setBuffered(boolean) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Sets the Editor buffered mode.
- setBuffered(boolean) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the function that is used for generating CSS class names for
cells in this column.
- setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the function that is used for generating CSS class names for rows in
this grid.
- setColumnKey(String, Grid.Column) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a user-defined identifier for given column.
- setColumnOrder(Grid.Column<T>...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a new column order for the grid.
- setColumnOrder(List<Grid.Column<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a new column order for the grid.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether or not column reordering is allowed.
- setColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the columns and their order based on the given properties.
- setColumns(String, ValueProvider<T, ?>, Collection<String>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- setComparator(Comparator<T>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column.
- setComparator(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column
based on the return type of the given
ValueProvider.Sorting
with a back-end is done using
Grid.Column.setSortProperty(String[]).
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
-
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
-
- setComponentFunction(SerializableFunction<T, ? extends Component>) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
-
Sets the function that creates components to be used as editors for the
column.
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- setDeselectAllowed(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- setDetailsVisible(T, boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the visibility of details component for given item.
- setDetailsVisibleOnClick(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether the item details can be opened and closed by clicking the
rows or not.
- setDragDataGenerator(String, SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a generator function for customizing drag data.
- setDragFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drag filter for this drag source.
- setDropFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drop filter for this drag target.
- setDropMode(GridDropMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drop mode of this drop target.
- setDynamicContentHandler(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Sets a callback that is executed before the context menu is opened.
- setEditorComponent(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a component to use for editing values of this column in the
editor row.
- setEditorComponent(SerializableFunction<T, ? extends Component>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a function that returns the editor component to be used for an
specific item in the editor row.
- setFlexGrow(int) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the flex grow ratio for this column.
- setFooter(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer text to the column.
- setFooter(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer component to the column.
- setFrozen(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets this column's frozen state.
- setHasExpandedItems(SerializableSupplier<Boolean>) - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
- setHeader(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header text to the column.
- setHeader(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header component to the column.
- setHeightByRows(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
- setHierarchyColumn(String) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- setHierarchyColumn(String, ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- setItemDetailsRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Set the renderer to use for displaying the item details rows in this
grid.
- setKey(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the user-defined identifier to map this column.
- setMultiSort(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setNestedNullBehavior(Grid.NestedNullBehavior) - Method in class com.vaadin.flow.component.grid.Grid
-
Set the behavior when facing nested null values.
- setPageSize(int) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the page size, which is the number of items fetched at a time from
the dataprovider.
- setRowsDraggable(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether the user can drag the grid rows or not.
- setSelectAllCheckboxIndeterminateState(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the indeterminate state of the select all checkbox on the client.
- setSelectAllCheckboxState(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the checked state of the select all checkbox on the client.
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the select all checkbox visibility mode.
- setSelectAllCheckBoxVisibility(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the visibility of the select all checkbox on the client.
- setSelectionColumnFrozen(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- setSelectionColumnFrozen(boolean) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the selection column's frozen state.
- setSelectionDragDetails(int, Map<String, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets explicit drag operation details for when the user is dragging the
selected items.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the grid's selection mode.
- setSelectionModel(GridSelectionModel<T>, Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the selection model for the grid.
- setSortable(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets whether the user can sort this column or not.
- setSortableColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the defined columns as sortable, based on the given property names.
- setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the sort orders when sorting this column.
- setSortProperty(String...) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets strings describing back end properties to be used when sorting
this column.
- setTarget(Component) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
- setText(String) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
-
- setText(String) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
-
- setUniqueKeyDataGenerator(String, ValueProvider<T, String>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Sets property name and value provider for unique key in row's generated
JSON.
- setUniqueKeyProperty(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets property name for unique key in row's generated JSON.
- setUniqueKeyProperty(String) - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
- setUniqueKeyProvider(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets value provider for unique key in row's generated JSON.
- setUpdateQueueData(GridArrayUpdater.UpdateQueueData) - Method in interface com.vaadin.flow.component.grid.GridArrayUpdater
-
- setVerticalScrollingEnabled(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Enables or disables the vertical scrolling on the Grid web component.
- setWidth(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the width of this column as a CSS-string.
- sort(List<GridSortOrder<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Forces a defined sort order for the columns in the Grid.
- SortOrderProvider - Interface in com.vaadin.flow.component.grid
-
Generates the sort orders when rows are sorted by a column.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.ColumnTextAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.dnd.GridDropMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.grid.GridVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.ColumnTextAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.dnd.GridDropMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.grid.GridVariant
-
Returns an array containing the constants of this enum type, in
the order they are declared.