Class DataView

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

public abstract class DataView extends AbstractPageableData
Component wrapper for the PrimeFaces p:dataView.
  • Constructor Details

    • DataView

      public DataView()
  • Method Details

    • getRowsWebElement

      public List<org.openqa.selenium.WebElement> getRowsWebElement()
      Specified by:
      getRowsWebElement in class AbstractPageableData
    • getRowWebElement

      public org.openqa.selenium.WebElement getRowWebElement(int index)
    • getLayoutOptionsWebElement

      public org.openqa.selenium.WebElement getLayoutOptionsWebElement()
    • getActiveLayout

      public DataView.Layout getActiveLayout()
    • setActiveLayout

      public void setActiveLayout(DataView.Layout layout)