java.lang.Object
org.primefaces.selenium.component.model.datatable.Row
Direct Known Subclasses:
Row

public class Row extends Object
  • Constructor Details

    • Row

      public Row(org.openqa.selenium.WebElement webElement, List<Cell> cells)
  • Method Details

    • isToggleable

      public boolean isToggleable()
    • getToggler

      public org.openqa.selenium.WebElement getToggler()
    • toggle

      public void toggle()
    • isExpanded

      public boolean isExpanded()
    • expand

      public void expand()
    • collapse

      public void collapse()
    • getWebElement

      public org.openqa.selenium.WebElement getWebElement()
    • setWebElement

      public void setWebElement(org.openqa.selenium.WebElement webElement)
    • getCells

      public List<Cell> getCells()
    • setCells

      public void setCells(List<Cell> cells)
    • getCell

      public Cell getCell(int index)