Class DataTable
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
Component wrapper for the PrimeFaces
p:dataTable.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebElementgetExpandedRow(int index) List<org.openqa.selenium.WebElement>getRow(int index) getRows()Methods inherited from class org.primefaces.selenium.component.base.AbstractTable
filter, filter, getCell, getHeader, getHeaderWebElement, getRowsWebElement, getSelectAllCheckBox, removeFilter, removeFilter, sort, sort, toggleSelectAllCheckBoxMethods inherited from class org.primefaces.selenium.component.base.AbstractPageableData
getPaginator, getPaginatorWebElement, selectPage, selectPage, selectRowsPerPageMethods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxifiedMethods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods 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
-
Constructor Details
-
DataTable
public DataTable()
-
-
Method Details
-
getRows
-
getExpandedRow
public org.openqa.selenium.WebElement getExpandedRow(int index) -
getExpandedRows
-
getRow
- Specified by:
getRowin classAbstractTable<Row>
-