Class GridProColumnElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
All Implemented Interfaces:
CanCompareScreenshots, HasCallFunction, HasDriver, HasElementQuery, HasPropertySettersGetters, HasSearchContext, HasTestBenchCommandExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public class GridProColumnElement extends TestBenchElement
A TestBench element representing a <vaadin-pro-grid-edit-column> element.
  • Constructor Details

    • GridProColumnElement

      public GridProColumnElement()
  • Method Details

    • getOptionsList

      public ArrayList<String> getOptionsList()
      Gets the options List for this column.
      Returns:
      the options list
    • getHeaderCell

      public GridTHTDElement getHeaderCell()
      Gets the header cell for this column.

      A column always has a header cell, even if the header is not shown.

      Returns:
      the header cell for the column