public abstract class RichFacesExtendedDataTable<HEADER,ROW,FOOTER> extends AbstractTable<HEADER,ROW,FOOTER> implements ExtendedDataTable
Modifier and Type | Class and Description |
---|---|
class |
RichFacesExtendedDataTable.AdvancedExtendedDataTableInteractions |
AbstractTable.AdvancedTableInteractions
browser, 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 |
selectAllRowsWithKeyShortcut()
Selects all rows using CTRL + A.
|
void |
selectRow(int rowIndex,
org.openqa.selenium.Keys... keys)
Selects a particular row.
|
getAllRows, getFirstRow, getFooter, getHeader, getLastRow, getRow
public void selectRow(int rowIndex, org.openqa.selenium.Keys... keys)
ExtendedDataTable
selectRow
in interface ExtendedDataTable
rowIndex
- 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)
ExtendedDataTable
deselectRow
in interface ExtendedDataTable
rowIndex
- 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 void selectAllRowsWithKeyShortcut()
ExtendedDataTable
selectAllRowsWithKeyShortcut
in interface ExtendedDataTable
public RichFacesExtendedDataTable.AdvancedExtendedDataTableInteractions advanced()
advanced
in interface AdvancedInteractions<AbstractTable.AdvancedTableInteractions>
advanced
in class AbstractTable<HEADER,ROW,FOOTER>
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.