|
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.HtmlSinglePartElement
com.sapportals.portal.prt.util.html.HtmlCol
HtmlOption.java Created: Wed Nov 03 19:16:54 1999
| Field Summary |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlSinglePartElement |
m_name |
| 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 | |
HtmlCol()
|
|
| Method Summary | |
HtmlCol |
setAlign(String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlCol |
setChar(String character)
Sets the CHAR="" attribute. |
HtmlCol |
setCharOff(int char_off)
Sets the CHAROFF="" attribute. |
HtmlCol |
setCharOff(String char_off)
Sets the CHAROFF="" attribute. |
HtmlCol |
setSpan(int span)
Sets the SPAN="" attribute. |
HtmlCol |
setSpan(String span)
Sets the SPAN="" attribute. |
HtmlCol |
setVAlign(String valign)
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlCol |
setWidth(int width)
Supplies user agents with a recommended cell width. |
HtmlCol |
setWidth(String width)
Supplies user agents with a recommended cell width. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlSinglePartElement |
getElementCount, getName, output, output, output, setName, 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, destroy, 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 HtmlCol()
| Method Detail |
public HtmlCol setSpan(String span)
span - sets the SPAN="" attribute.public HtmlCol setSpan(int span)
span - sets the SPAN="" attribute.public HtmlCol setWidth(int width)
width - how many pixels to make cellpublic HtmlCol setWidth(String width)
width - how many pixels to make cellpublic HtmlCol setAlign(String align)
align - Sets the ALIGN="" attributepublic HtmlCol setVAlign(String valign)
valign - Sets the ALIGN="" attributepublic HtmlCol setChar(String character)
character - the character to use for alignment.public HtmlCol 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 HtmlCol 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 | |||||||||