Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlTableCell

Packages that use HtmlTableCell
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
 

Uses of HtmlTableCell in com.gargoylesoftware.htmlunit.html
 

Subclasses of HtmlTableCell in com.gargoylesoftware.htmlunit.html
 class HtmlTableDataCell
          Wrapper for the HTML element "td".
 class HtmlTableHeaderCell
          Wrapper for the HTML "th" tag.
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlTableCell
 HtmlTableCell HtmlTableRow.getCell(int index)
           
 HtmlTableCell HtmlTable.getCellAt(int rowIndex, int columnIndex)
          Returns the first cell that matches the specified row and column, searching left to right, top to bottom.
 HtmlTableCell HtmlTableRow.CellIterator.next()
           
 HtmlTableCell HtmlTableRow.CellIterator.nextCell()
           
 

Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlTableCell
 List<HtmlTableCell> HtmlTableRow.getCells()
           
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.