Class TreeTable

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class TreeTable extends AbstractTable<Row>
Component wrapper for the PrimeFaces p:treeTable.
  • Constructor Details

    • TreeTable

      public TreeTable()
  • Method Details

    • getRows

      public List<Row> getRows()
    • getRow

      public Row getRow(int index)
      Specified by:
      getRow in class AbstractTable<Row>
    • isEmpty

      public boolean isEmpty()