version 1.0

com.actimind.actiwate.testing.html.objects
Interface TableCell

All Superinterfaces:
BaseElement, ClickableElement, com.actimind.actiwate.testing.logging.Loggable, TableCellAssert, TableCellObjectLookup

public interface TableCell
extends ClickableElement, TableCellObjectLookup, TableCellAssert

Represents HTML table cell (td or th element).


Field Summary
 
Fields inherited from interface com.actimind.actiwate.testing.html.TableCellAssert
ABOVE_CELL, BELOW_CELL, ON_THE_LEFT, ON_THE_RIGHT
 
Method Summary
 int cellNum()
          Returns position number of this cell in a row.
 int rowNum()
          Returns number of a row this cell corresponds to.
 java.lang.String text()
          Returns text within this table cell.
 
Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseElement
element, id
 
Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable
getLogDesc
 
Methods inherited from interface com.actimind.actiwate.testing.html.TableCellObjectLookup
button, button, checkbox, checkbox, fileField, fileField, image, images, link, links, multiSelect, multiSelect, passwordField, passwordField, radioButton, radioButton, singleSelect, singleSelect, table, textarea, textarea, textField, textField
 
Methods inherited from interface com.actimind.actiwate.testing.html.TableCellAssert
assertCellWithTextExist, assertImageWithURLNotPresent, assertImageWithURLPresent, assertLinkWithTextNotPresent, assertLinkWithTextPresent, assertTextEquals, assertTextNotPresent, assertTextPresent
 

Method Detail

text

public java.lang.String text()
Returns text within this table cell.

Returns:
text within this table cell.

cellNum

public int cellNum()
Returns position number of this cell in a row.

Returns:
position number of this cell in a row.

rowNum

public int rowNum()
Returns number of a row this cell corresponds to.

Returns:
number of a row this cell corresponds to.


Copyright © 2007 Actimind, Inc. All Rights Reserved.