- 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(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.
- getCell(GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
-
Gets the cell for the given column in this 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(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Gets the grid cells for the given row.
- 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(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Gets the column with the given header text.
- getColumn() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
-
Gets the column for this grid cell.
- getComponentRendererElement(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Gets the 'flow-component-renderer' element for the given row.
- 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.
- 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.
- 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.
- 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.
- getNumberOfExpandedRows() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Returns a number of expanded rows in the grid element.
- getPageSize() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Gets the page size used when fetching data.
- getRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Gets the tr element for the given row index.
- getRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
-
Gets the row index for this grid cell.
- getRowCount() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
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
-