Class AbstractPageableData
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- org.primefaces.selenium.component.base.AbstractComponent
-
- org.primefaces.selenium.component.base.AbstractPageableData
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
- Direct Known Subclasses:
AbstractTable,DataList,DataView
public abstract class AbstractPageableData extends AbstractComponent
-
-
Constructor Summary
Constructors Constructor Description AbstractPageableData()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description PaginatorgetPaginator()org.openqa.selenium.WebElementgetPaginatorWebElement()abstract List<org.openqa.selenium.WebElement>getRowsWebElement()voidselectPage(int number)voidselectPage(Page page)voidselectRowsPerPage(int rows)-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
-
-
-
-
Method Detail
-
getRowsWebElement
public abstract List<org.openqa.selenium.WebElement> getRowsWebElement()
-
getPaginatorWebElement
public org.openqa.selenium.WebElement getPaginatorWebElement()
-
getPaginator
public Paginator getPaginator()
-
selectPage
public void selectPage(Page page)
-
selectPage
public void selectPage(int number)
-
selectRowsPerPage
public void selectRowsPerPage(int rows)
-
-