| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container | |
| com.github.wiselenium.core.element.container.impl |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableHead.getRow(int index)
Returns a specific row of the table head.
|
TableRow |
TableFoot.getRow(int index)
Returns a specific row of the table foot.
|
TableRow |
TableBody.getRow(int index)
Returns a specific row of the table body.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
TableHead.getRows()
Returns the rows of the table head.
|
List<TableRow> |
TableFoot.getRows()
Returns the rows of the table foot.
|
List<TableRow> |
TableBody.getRows()
Returns the rows of the table body.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableRowImpl
Implementation of a HTML Table Row (tr).
|
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableHeadImpl.getRow(int index) |
TableRow |
TableFootImpl.getRow(int index) |
TableRow |
TableBodyImpl.getRow(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
TableHeadImpl.getRows() |
List<TableRow> |
TableFootImpl.getRows() |
List<TableRow> |
TableBodyImpl.getRows() |
Copyright © 2013. All Rights Reserved.