com.vaadin.flow.component.grid.testbench.

Class GridTRElement

    • Constructor Detail

      • GridTRElement

        public GridTRElement()
    • Method Detail

      • getCell

        public GridTHTDElement getCell(GridColumnElement column)

        Gets the cell for the given column in this row.

        Parameters:

        column - the column element

        Returns:

        the cell for the given column

      • isSelected

        public boolean isSelected()

        Checks if the row is selected

        Specified by:

        isSelected in interface org.openqa.selenium.WebElement

        Overrides:

        isSelected in class TestBenchElement

        Returns:

        true if the row is selected, false otherwise

      • select

        public void select()

        Selects the row if it is not already selected.

      • deselect

        public void deselect()

        Deselects the row if it is selected.

      • getGrid

        public GridElement getGrid()

        Gets the grid containing this element.

        Returns:

        the grid for this element

      • getDetailsRow

        public GridTHTDElement getDetailsRow()

        Gets the details container for this row.

        Returns:

        the element containing the details, if any