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

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

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

Methods in com.sapportals.portal.prt.util.html that return HtmlColGroup
 HtmlColGroup HtmlColGroup.setSpan(java.lang.String span)
          Sets the SPAN="" attribute.
 HtmlColGroup HtmlColGroup.setSpan(int span)
          Sets the SPAN="" attribute.
 HtmlColGroup HtmlColGroup.setWidth(int width)
          Supplies user agents with a recommended cell width.
 HtmlColGroup HtmlColGroup.setWidth(java.lang.String width)
          Supplies user agents with a recommended cell width.
 HtmlColGroup HtmlColGroup.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlColGroup HtmlColGroup.setVAlign(java.lang.String valign)
          Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlColGroup HtmlColGroup.setChar(java.lang.String character)
          Sets the CHAR="" attribute.
 HtmlColGroup HtmlColGroup.setCharOff(int char_off)
          Sets the CHAROFF="" attribute.
 HtmlColGroup HtmlColGroup.setCharOff(java.lang.String char_off)
          Sets the CHAROFF="" attribute.