|
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
com.sapportals.portal.prt.util.html.HtmlCell
public class HtmlCell
HtmlCell.java Created: Fri Oct 29 14:51:21 1999
| Field Summary | |
|---|---|
protected String |
m_background
Picture to use for the background. |
protected Integer |
m_colSpan
Number of columns to cover. |
protected Integer |
m_rowSpan
number of rows to cover. |
protected String |
m_width
The width of the cell |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlRow |
|---|
m_bgColor, m_borderColor, m_borderColorDark, m_borderColorLight, m_height, m_noWrap |
| 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 | |
|---|---|
HtmlCell()
|
|
| Method Summary | |
|---|---|
String |
getBackground()
Get the value of m_background. |
Integer |
getColSpan()
Get the value of m_colSpan. |
Integer |
getRowSpan()
Get the value of m_rowSpan. |
String |
getWidth()
Get the value of m_width. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlCell |
setBackground(String v)
Set the value of m_background. |
HtmlCell |
setColSpan(int v)
Set the value of m_colSpan. |
HtmlCell |
setRowSpan(int v)
Set the value of m_rowSpan. |
HtmlCell |
setWidth(String v)
Set the value of m_width. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlRow |
|---|
getBgColor, getBorderColor, getBorderColorDark, getBorderColorLight, getHeight, getNoWrap, setAlign, setBgColor, setBorderColor, setBorderColorDark, setBorderColorLight, setHeight, setNoWrap, setVAlign |
| 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_background
protected Integer m_colSpan
protected Integer m_rowSpan
protected String m_width
| Constructor Detail |
|---|
public HtmlCell()
| Method Detail |
|---|
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlRowpublic void outputAttributes(PrintWriter out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlRowpublic void outputAttributes(Writer out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlRowpublic String getBackground()
public HtmlCell setBackground(String v)
v - Value to assign to m_background.public Integer getColSpan()
public HtmlCell setColSpan(int v)
v - Value to assign to m_colSpan.public Integer getRowSpan()
public HtmlCell setRowSpan(int v)
v - Value to assign to m_rowSpan.public String getWidth()
public HtmlCell setWidth(String v)
v - Value to assign to m_width.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[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.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/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 | |||||||||