watij.elements
Interface TableBody

All Superinterfaces:
Container, HtmlElement, HtmlFinder
All Known Subinterfaces:
Table
All Known Implementing Classes:
IETable, IETableBody

public interface TableBody
extends HtmlElement


Method Summary
 TableCell cell(int rowIndex, int cellIndex)
           
 int columnCount()
           
 int columnCount(int index)
           
 TableRow row(int rowIndex)
           
 int rowCount()
           
 
Methods inherited from interface watij.elements.HtmlElement
className, click, dblClick, disabled, enabled, exists, fireEvent, flash, focus, getOLEObject, html, id, innerText, name, show, style, text, title, type, value
 
Methods inherited from interface watij.Container
decendants, element, getOLEDocument, xpath
 
Methods inherited from interface watij.HtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 

Method Detail

rowCount

int rowCount()
             throws java.lang.Exception
Throws:
java.lang.Exception

columnCount

int columnCount()
                throws java.lang.Exception
Throws:
java.lang.Exception

columnCount

int columnCount(int index)
                throws java.lang.Exception
Throws:
java.lang.Exception

row

TableRow row(int rowIndex)
             throws java.lang.Exception
Specified by:
row in interface HtmlFinder
Throws:
java.lang.Exception

cell

TableCell cell(int rowIndex,
               int cellIndex)
               throws java.lang.Exception
Throws:
java.lang.Exception