Class DataView
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.base.AbstractPageableData
-
- org.primefaces.selenium.component.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 PrimeFacesp:dataView.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataView.Layout
-
Constructor Summary
Constructors Constructor Description DataView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataView.LayoutgetActiveLayout()org.openqa.selenium.WebElementgetLayoutOptionsWebElement()List<org.openqa.selenium.WebElement>getRowsWebElement()org.openqa.selenium.WebElementgetRowWebElement(int index)voidsetActiveLayout(DataView.Layout layout)-
Methods inherited from class org.primefaces.selenium.component.base.AbstractPageableData
getPaginator, getPaginatorWebElement, selectPage, selectPage
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
getRowsWebElement
public List<org.openqa.selenium.WebElement> getRowsWebElement()
- Specified by:
getRowsWebElementin classAbstractPageableData
-
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)
-
-