Index

C D E G H I S T W 
All Classes and Interfaces|All Packages

C

clickSelectAll() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Click select all check box
collapseWithClick(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Collapses the row at the given index in the grid.
collapseWithClick(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Collapses the row at the given index in the grid with the given hierarchical column index.
com.vaadin.flow.component.grid.testbench - package com.vaadin.flow.component.grid.testbench
 

D

deselect() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Deselects the row if it is selected.
deselect(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Deselects the row with the given index.

E

equals(Object) - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
expandWithClick(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Expands the row at the given index in the grid.
expandWithClick(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Expands the row at the given index in the grid with the given hierarchical column index.

G

generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
get__generatedId() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
For internal use only.
getAllColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets all columns defined for the grid, including any selection checkbox column.
getCell(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column index.
getCell(int, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column.
getCell(GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cell for the given column in this row.
getCell(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the first cell inside the rendered range with a text content matching the given string.
getCells(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cells for the given row.
getCells(int, GridColumnElement...) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cells for the given row and column elements.
getCells(GridColumnElement...) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cells for the given columns in this row.
getCellWaitForRow(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the grid cell for the given row and column index.
getCellWaitForRow(int, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the grid cell for the given row and column.
getColumn() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the column for this grid cell.
getColumn(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the column with the given header text.
getContext() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getDetails() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the row details for this row.
getDetailsRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the details container for this row.
getEmptyStateContent() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the empty state content.
getExpandToggleElement(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the 'vaadin-grid-tree-toggle' element for the given row.
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the index of the first row which is at least partially visible.
getFooterCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the footer cell for this column.
getFooterCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the footer cell for the given visible column index.
getFooterCell(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the cell element for the given row and column in footer.
getFooterCellContent(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the vaadin-grid-cell-content element for the given row and column in footer.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the grid containing this element.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the grid containing this element.
getHeaderCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the header cell for this column.
getHeaderCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the header cell for the given visible column index.
getHeaderCell(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the cell element for the given row and column in header.
getHeaderCellContent(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the vaadin-grid-cell-content element for the given row and column in header.
getInnerHTML() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getLastVisibleRowIndex() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the index of the last row which is at least partially visible.
getPageSize() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the page size used when fetching data.
getRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the row index for this grid cell.
getRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the tr element for the given row index.
getRow(int, boolean) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the tr element for the given row index.
getRowCount() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the total number of rows.
getRowCount() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the total number of rows.
getRowElement() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the TR parent of this element.
getRows(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the rows (present in the DOM) specified by the lower and upper row indexes.
getSlotText(TestBenchElement) - Static method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the text content of the elements assigned to the given slot
getText() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getVisibleColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the currently visible columns in the grid, including any selection checkbox column.
getVisibleRows() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets all the currently visible rows.
GridColumnElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid-column> element.
GridColumnElement(Long, GridElement) - Constructor for class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
GridElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid> element.
GridElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridElement
 
GridTHTDElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <td> or <th> element in a grid.
GridTHTDElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
GridTRElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <tr> element in a grid.
GridTRElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTRElement
 

H

hasExpandToggle(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Check whether the given indices correspond to a cell that contains a visible hierarchy toggle element.
hasRow(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns true if given index has tr element for the row

I

isDetailsOpen(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns true if details are open or the given row index.
isLoading() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
isRowCollapsed(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns whether the row at the given index is collapsed or not.
isRowExpanded(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns whether the row at the given index is expanded or not.
isSelected() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Checks if the row is selected

S

scrollToEnd() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Scrolls the TreeGrid to the end.
scrollToFlatRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Scrolls to the row with the given flat row index.
scrollToFlatRowAndWait(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Scrolls to the row with the given flat index.
scrollToRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Scrolls to the row with the given index.
scrollToRowAndWait(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Scrolls to the row with the given index.
scrollToRowAndWait(int...) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Scrolls to the row with the given indexes.
select() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Selects the row if it is not already selected.
select(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Selects the row with the given index.

T

TreeGridElement - Class in com.vaadin.flow.component.grid.testbench
TestBench Element API for TreeGrid.
TreeGridElement() - Constructor for class com.vaadin.flow.component.grid.testbench.TreeGridElement
 

W

waitUntilLoadingFinished() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
C D E G H I S T W 
All Classes and Interfaces|All Packages