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

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
        |
        +--com.sapportals.portal.prt.util.html.HtmlBase
              |
              +--com.sapportals.portal.prt.util.html.HtmlContainer
                    |
                    +--com.sapportals.portal.prt.util.html.HtmlColGroup
All Implemented Interfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlOutputable

public class HtmlColGroup
extends HtmlContainer

HtmlColGroup.java Created: Thu Mar 22 11:41:53 2001

Version:
$Revision: #3 $
$File:$ , $Revision:$ Last modified on $Date:$ by $Author:$ using $Change:$ Copyright (c) SAP Portals Europe GmbH 2001

Fields inherited from class com.sapportals.portal.prt.util.html.HtmlContainer
m_htmlElements
 
Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase
m_hasTag
 
Fields inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
EQUALS_BEGIN, EQUALS_END, m_attributes, SPACE
 
Constructor Summary
HtmlColGroup()
           
 
Method Summary
 HtmlColGroup setAlign(java.lang.String align)
          Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlColGroup setChar(java.lang.String character)
          Sets the CHAR="" attribute.
 HtmlColGroup setCharOff(int char_off)
          Sets the CHAROFF="" attribute.
 HtmlColGroup setCharOff(java.lang.String char_off)
          Sets the CHAROFF="" attribute.
 HtmlColGroup setSpan(int span)
          Sets the SPAN="" attribute.
 HtmlColGroup setSpan(java.lang.String span)
          Sets the SPAN="" attribute.
 HtmlColGroup setVAlign(java.lang.String valign)
          Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlColGroup setWidth(int width)
          Supplies user agents with a recommended cell width.
 HtmlColGroup setWidth(java.lang.String width)
          Supplies user agents with a recommended cell width.
 
Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer
addElement, addElement, destroy, getElementCount, getHtmlElements, output, output, output, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString
 
Methods inherited from class com.sapportals.portal.prt.util.html.HtmlBase
getTag, hasTag, requireClosingTag, requireClosingTag, setClass, setStyle, setTag
 
Methods inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
addAttribute, appendToAttribute, getAttributes, outputAttributes, outputAttributes, outputAttributes, removeAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlColGroup

public HtmlColGroup()
Method Detail

setSpan

public HtmlColGroup setSpan(java.lang.String span)
Sets the SPAN="" attribute.
Parameters:
span - sets the SPAN="" attribute.

setSpan

public HtmlColGroup setSpan(int span)
Sets the SPAN="" attribute.
Parameters:
span - sets the SPAN="" attribute.

setWidth

public HtmlColGroup setWidth(int width)
Supplies user agents with a recommended cell width. (Pixel Values)
Parameters:
width - how many pixels to make cell

setWidth

public HtmlColGroup setWidth(java.lang.String width)
Supplies user agents with a recommended cell width. (Pixel Values)
Parameters:
width - how many pixels to make cell

setAlign

public HtmlColGroup setAlign(java.lang.String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
Parameters:
align - Sets the ALIGN="" attribute

setVAlign

public HtmlColGroup setVAlign(java.lang.String valign)
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
Parameters:
valign - Sets the ALIGN="" attribute

setChar

public HtmlColGroup setChar(java.lang.String character)
Sets the CHAR="" attribute.
Parameters:
character - the character to use for alignment.

setCharOff

public HtmlColGroup setCharOff(int char_off)
Sets the CHAROFF="" attribute.
Parameters:
char_off - When present this attribute specifies the offset of the first occurrence of the alignment character on each line.

setCharOff

public HtmlColGroup setCharOff(java.lang.String char_off)
Sets the CHAROFF="" attribute.
Parameters:
char_off - When present this attribute specifies the offset of the first occurrence of the alignment character on each line.