|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
HtmlColGroup.java Created: Thu Mar 22 11:41:53 2001
| Field Summary |
| 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(String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlColGroup |
setChar(String character)
Sets the CHAR="" attribute. |
HtmlColGroup |
setCharOff(int char_off)
Sets the CHAROFF="" attribute. |
HtmlColGroup |
setCharOff(String char_off)
Sets the CHAROFF="" attribute. |
HtmlColGroup |
setSpan(int span)
Sets the SPAN="" attribute. |
HtmlColGroup |
setSpan(String span)
Sets the SPAN="" attribute. |
HtmlColGroup |
setVAlign(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(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 |
public HtmlColGroup()
| Method Detail |
public HtmlColGroup setSpan(String span)
span - sets the SPAN="" attribute.public HtmlColGroup setSpan(int span)
span - sets the SPAN="" attribute.public HtmlColGroup setWidth(int width)
width - how many pixels to make cellpublic HtmlColGroup setWidth(String width)
width - how many pixels to make cellpublic HtmlColGroup setAlign(String align)
align - Sets the ALIGN="" attributepublic HtmlColGroup setVAlign(String valign)
valign - Sets the ALIGN="" attributepublic HtmlColGroup setChar(String character)
character - the character to use for alignment.public HtmlColGroup setCharOff(int char_off)
char_off - When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.public HtmlColGroup setCharOff(String char_off)
char_off - When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||