Uses of Class
com.sapportals.portal.prt.util.html.HtmlTable

Packages that use HtmlTable
com.sapportals.portal.prt.util.html   
 

Uses of HtmlTable in com.sapportals.portal.prt.util.html
 

Methods in com.sapportals.portal.prt.util.html that return HtmlTable
 HtmlTable HtmlTable.setSummary(java.lang.String summary)
          Set the SUMMARY="" attribue.
 HtmlTable HtmlTable.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute.
 HtmlTable HtmlTable.setWidth(java.lang.String width)
          Sets the WIDTH="" attribute.
 HtmlTable HtmlTable.setHeight(java.lang.String height)
          Sets the HEIGHT="" attribute.
 HtmlTable HtmlTable.setWidth(int width)
          Sets the WIDTH="" attribute.
 HtmlTable HtmlTable.setHeight(int height)
          Sets the HEIGHT="" attribute.
 HtmlTable HtmlTable.setCols(int cols)
          Sets the COLS="" attribute.
 HtmlTable HtmlTable.setCols(java.lang.String cols)
          Sets the COLS="" attribute.
 HtmlTable HtmlTable.setCellPadding(int cellpadding)
          Sets the CELLPADING="" attribute.
 HtmlTable HtmlTable.setCellSpacing(int cellspacing)
          Sets the CELLSPACING="" attribute.
 HtmlTable HtmlTable.setCellPadding(java.lang.String cellpadding)
          Sets the CELLPADING="" attribute.
 HtmlTable HtmlTable.setCellSpacing(java.lang.String cellspacing)
          Sets the CELLSPACING="" attribute.
 HtmlTable HtmlTable.setBorder(int border)
          Sets the BORDER="" attribute.
 HtmlTable HtmlTable.setBorder(java.lang.String border)
          Sets the BORDER="" attribute.
 HtmlTable HtmlTable.setFrame(java.lang.String frame)
          Sets the FRAME="" attribute.
 HtmlTable HtmlTable.setRules(java.lang.String rules)
          Sets the RULES="" attribute.