|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.seleniuminspector.ElementInspector
org.seleniuminspector.SubElementInspector
org.seleniuminspector.SubElementByPathInspector
org.seleniuminspector.html.TableColumnInspector
public class TableColumnInspector
| Constructor Summary | |
|---|---|
TableColumnInspector(TableInspector table,
int columnIndex)
|
|
| Method Summary | |
|---|---|
TableCellInspector |
bodyCell(int index)
|
TableCellInspector |
footerCell(int index)
|
int |
getBodyCellCount()
|
int |
getColumnIndex()
|
int |
getFooterCellCount()
|
int |
getHeaderCellCount()
|
protected TableInspector |
getTable()
|
TableCellInspector |
headerCell(int index)
|
| Methods inherited from class org.seleniuminspector.SubElementByPathInspector |
|---|
getElementReferenceExpression, toString |
| Methods inherited from class org.seleniuminspector.SubElementInspector |
|---|
assertElementExists, getBaseElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableColumnInspector(TableInspector table,
int columnIndex)
| Method Detail |
|---|
public int getColumnIndex()
protected TableInspector getTable()
public int getHeaderCellCount()
public TableCellInspector headerCell(int index)
public int getBodyCellCount()
public TableCellInspector bodyCell(int index)
public int getFooterCellCount()
public TableCellInspector footerCell(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||