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

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

Uses of HtmlTableRow.Type in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlTableRow.Type
 HtmlTableRow.Type HtmlTableRow.getType()
          Returns the type of this row.
static HtmlTableRow.Type HtmlTableRow.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlTableRow.Type[] HtmlTableRow.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.html with parameters of type HtmlTableRow.Type
 List<HtmlTableRow> HtmlTable.getRows(HtmlTableRow.Type desiredType)
          Returns a new list that contains the rows of this table whose type is equal to desiredType.
 void HtmlTableRow.setType(HtmlTableRow.Type newType)
          Sets the type of this row.
 

Constructors in edu.nrao.sss.html with parameters of type HtmlTableRow.Type
HtmlTableRow(HtmlTableRow.Type rowType)
          Creates a new row of the given type.
 



Copyright © 2009. All Rights Reserved.