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.HtmlBase |
m_hasTag |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HtmlColGroup
public HtmlColGroup()
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.