Class TreeTable
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public abstract class TreeTable extends AbstractTable<Row>
Component wrapper for the PrimeFacesp:treeTable.
-
-
Constructor Summary
Constructors Constructor Description TreeTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowgetRow(int index)List<Row>getRows()booleanisEmpty()-
Methods inherited from class org.primefaces.selenium.component.base.AbstractTable
filter, filter, getCell, getHeader, getHeaderWebElement, getRowsWebElement, getSelectAllCheckBox, removeFilter, removeFilter, sort, sort, toggleSelectAllCheckBox
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractPageableData
getPaginator, getPaginatorWebElement, selectPage, selectPage, selectRowsPerPage
-
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
-
-