public abstract class RichFacesExtendedDataTable<HEADER,ROW,FOOTER> extends AbstractTable<HEADER,ROW,FOOTER> implements ExtendedDataTable
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesExtendedDataTable.AdvancedExtendedDataTableInteractions |
AbstractTable.AdvancedTableInteractionsbrowser, root| Constructor and Description |
|---|
RichFacesExtendedDataTable() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesExtendedDataTable.AdvancedExtendedDataTableInteractions |
advanced() |
void |
deselectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
Deselects a particular row.
|
void |
selectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
Selects a particular row.
|
getAllRows, getFirstRow, getFooter, getHeader, getLastRow, getRowpublic void selectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
ExtendedDataTableselectRow in interface ExtendedDataTablerowIndex - the index of the row to be selectedkeys - the keys to be pressed prior the selecting of the row,
and released afterwards. No more than 2 keys can be passed. Usually,
used ones are SHIFT and CONTROL.public void deselectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
ExtendedDataTabledeselectRow in interface ExtendedDataTablerowIndex - the index of the row to be deselectedkeys - the keys to be pressed prior the deselecting of the row,
and released afterwards. No more than 2 keys can be passed. Usually,
used ones are SHIFT and CONTROL.public RichFacesExtendedDataTable.AdvancedExtendedDataTableInteractions advanced()
advanced in interface AdvancedInteractions<AbstractTable.AdvancedTableInteractions>advanced in class AbstractTable<HEADER,ROW,FOOTER>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.