Class DataList
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.base.AbstractPageableData
-
- org.primefaces.selenium.component.DataList
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
@Deprecated public abstract class DataList extends AbstractPageableData
Deprecated.since 10.0 and removal possible anytime after that
-
-
Constructor Summary
Constructors Constructor Description DataList()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<org.openqa.selenium.WebElement>getRowsWebElement()Deprecated.org.openqa.selenium.WebElementgetRowWebElement(int index)Deprecated.-
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()
Deprecated.- Specified by:
getRowsWebElementin classAbstractPageableData
-
getRowWebElement
public org.openqa.selenium.WebElement getRowWebElement(int index)
Deprecated.
-
-