Uses of Class
edu.nrao.sss.html.HtmlTableRow

Packages that use HtmlTableRow
edu.nrao.sss.html HTML support. 
 

Uses of HtmlTableRow in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlTableRow
 HtmlTableRow HtmlTableCell.getParentRow()
          Returns the row to which this cell belongs.
 

Methods in edu.nrao.sss.html that return types with arguments of type HtmlTableRow
 List<HtmlTableRow> HtmlTable.getRows()
          Returns a copy of this table's list of rows.
 List<HtmlTableRow> HtmlTable.getRows(HtmlTableRow.Type desiredType)
          Returns a new list that contains the rows of this table whose type is equal to desiredType.
 List<List<HtmlTableRow>> HtmlTable.getRowsInSections()
          Returns the rows of this table segregated into header rows, data rows, and footer rows.
 

Methods in edu.nrao.sss.html with parameters of type HtmlTableRow
 void HtmlTable.addRow(HtmlTableRow newRow)
          Adds newRow to this table.
 boolean HtmlTable.removeRow(HtmlTableRow unwantedRow)
          Removes unwantedRow from this table.
 



Copyright © 2009. All Rights Reserved.