Uses of Class
org.primefaces.selenium.component.model.datatable.Cell
-
Packages that use Cell Package Description org.primefaces.selenium.component.base org.primefaces.selenium.component.model.datatable org.primefaces.selenium.component.model.treetable -
-
Uses of Cell in org.primefaces.selenium.component.base
Methods in org.primefaces.selenium.component.base that return Cell Modifier and Type Method Description CellAbstractTable. getCell(int rowIndex, int colIndex)Gets the Cell at the row/column coordinates. -
Uses of Cell in org.primefaces.selenium.component.model.datatable
Subclasses of Cell in org.primefaces.selenium.component.model.datatable Modifier and Type Class Description classHeaderCellMethods in org.primefaces.selenium.component.model.datatable that return Cell Modifier and Type Method Description CellRow. getCell(int index)Methods in org.primefaces.selenium.component.model.datatable that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Row. getCells()Method parameters in org.primefaces.selenium.component.model.datatable with type arguments of type Cell Modifier and Type Method Description voidRow. setCells(List<Cell> cells)Constructor parameters in org.primefaces.selenium.component.model.datatable with type arguments of type Cell Constructor Description Row(org.openqa.selenium.WebElement webElement, List<Cell> cells) -
Uses of Cell in org.primefaces.selenium.component.model.treetable
Constructor parameters in org.primefaces.selenium.component.model.treetable with type arguments of type Cell Constructor Description Row(org.openqa.selenium.WebElement webElement, List<Cell> cells)
-