|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| 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.HtmlContainerIdentifiable
com.sapportals.portal.prt.util.html.HtmlRow
public class HtmlRow
HtmlRow.java Created: Fri Oct 29 14:26:43 1999
| Field Summary | |
|---|---|
protected String |
m_bgColor
The color of the background |
protected String |
m_borderColor
The color of the border. |
protected String |
m_borderColorDark
Color of dark part of border around each cell. |
protected String |
m_borderColorLight
color of light part of border around cell. |
protected 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 | |
|---|---|
String |
getBgColor()
Get the value of m_bgColor. |
String |
getBorderColor()
Get the value of m_borderColor. |
String |
getBorderColorDark()
Get the value of m_borderColorDark. |
String |
getBorderColorLight()
Get the value of m_borderColorLight. |
String |
getHeight()
Get the value of m_height. |
boolean |
getNoWrap()
Get the value of m_noWrap. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlRow |
setAlign(String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlRow |
setBgColor(String v)
Set the value of m_bgColor. |
HtmlRow |
setBorderColor(String v)
Set the value of m_borderColor. |
HtmlRow |
setBorderColorDark(String v)
Set the value of m_borderColorDark. |
HtmlRow |
setBorderColorLight(String v)
Set the value of m_borderColorLight. |
HtmlRow |
setHeight(String v)
Set the value of m_height. |
HtmlRow |
setNoWrap(boolean v)
Set the value of m_noWrap. |
HtmlRow |
setVAlign(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, addIsThreadXHTMLCompliant, appendToAttribute, getAttributes, isThreadXHTMLCompliant, removeAttribute, removeIsThreadXHTMLCompliant |
| 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 String m_height
protected boolean m_noWrap
protected String m_bgColor
protected String m_borderColorLight
protected String m_borderColorDark
protected String m_borderColor
| Constructor Detail |
|---|
public HtmlRow()
| Method Detail |
|---|
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(PrintWriter out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(Writer out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic String getHeight()
public HtmlRow setHeight(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 String getBgColor()
public HtmlRow setBgColor(String v)
v - Value to assign to m_bgColor.public HtmlRow setAlign(String align)
align - Sets the ALIGN="" attributepublic HtmlRow setVAlign(String valign)
valign - Sets the ALIGN="" attributepublic String getBorderColorLight()
public HtmlRow setBorderColorLight(String v)
v - Value to assign to m_borderColorLight.public String getBorderColorDark()
public HtmlRow setBorderColorDark(String v)
v - Value to assign to m_borderColorDark.public String getBorderColor()
public HtmlRow setBorderColor(String v)
v - Value to assign to m_borderColor.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||