|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.HtmlContainerIdentifiable
|
+--com.sapportals.portal.prt.util.html.HtmlRow
HtmlRow.java Created: Fri Oct 29 14:26:43 1999
| Field Summary | |
protected java.lang.String |
m_bgColor
The color of the background |
protected java.lang.String |
m_borderColor
The color of the border. |
protected java.lang.String |
m_borderColorDark
Color of dark part of border around each cell. |
protected java.lang.String |
m_borderColorLight
color of light part of border around cell. |
protected java.lang.String |
m_height
Height of the row |
protected boolean |
m_noWrap
don't wrap word. |
| 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 | |
HtmlRow()
|
|
| Method Summary | |
java.lang.String |
getBgColor()
Get the value of m_bgColor. |
java.lang.String |
getBorderColor()
Get the value of m_borderColor. |
java.lang.String |
getBorderColorDark()
Get the value of m_borderColorDark. |
java.lang.String |
getBorderColorLight()
Get the value of m_borderColorLight. |
java.lang.String |
getHeight()
Get the value of m_height. |
boolean |
getNoWrap()
Get the value of m_noWrap. |
void |
outputAttributes(java.io.PrintWriter out)
Deprecated. |
void |
outputAttributes(java.lang.StringBuffer strbuf)
|
void |
outputAttributes(java.io.Writer out)
|
HtmlRow |
setAlign(java.lang.String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlRow |
setBgColor(java.lang.String v)
Set the value of m_bgColor. |
HtmlRow |
setBorderColor(java.lang.String v)
Set the value of m_borderColor. |
HtmlRow |
setBorderColorDark(java.lang.String v)
Set the value of m_borderColorDark. |
HtmlRow |
setBorderColorLight(java.lang.String v)
Set the value of m_borderColorLight. |
HtmlRow |
setHeight(java.lang.String v)
Set the value of m_height. |
HtmlRow |
setNoWrap(boolean v)
Set the value of m_noWrap. |
HtmlRow |
setVAlign(java.lang.String valign)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable |
destroy, setID |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, 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, removeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable |
setClass |
| Field Detail |
protected java.lang.String m_height
protected boolean m_noWrap
protected java.lang.String m_bgColor
protected java.lang.String m_borderColorLight
protected java.lang.String m_borderColorDark
protected java.lang.String m_borderColor
| Constructor Detail |
public HtmlRow()
| Method Detail |
public void outputAttributes(java.lang.StringBuffer strbuf)
outputAttributes in class HtmlAttributeContainerpublic void outputAttributes(java.io.PrintWriter out)
outputAttributes in class HtmlAttributeContainercom.sapportals.portal.prt.util.html.IHtmlAttributeContainerwriter - public void outputAttributes(java.io.Writer out)
outputAttributes in class HtmlAttributeContainerpublic java.lang.String getHeight()
public HtmlRow setHeight(java.lang.String v)
v - Value to assign to m_height.public boolean getNoWrap()
public HtmlRow setNoWrap(boolean v)
v - Value to assign to m_noWrap.public java.lang.String getBgColor()
public HtmlRow setBgColor(java.lang.String v)
v - Value to assign to m_bgColor.public HtmlRow setAlign(java.lang.String align)
align - Sets the ALIGN="" attributepublic HtmlRow setVAlign(java.lang.String valign)
align - Sets the ALIGN="" attributepublic java.lang.String getBorderColorLight()
public HtmlRow setBorderColorLight(java.lang.String v)
v - Value to assign to m_borderColorLight.public java.lang.String getBorderColorDark()
public HtmlRow setBorderColorDark(java.lang.String v)
v - Value to assign to m_borderColorDark.public java.lang.String getBorderColor()
public HtmlRow setBorderColor(java.lang.String v)
v - Value to assign to m_borderColor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||