com.sapportals.portal.prt.util.html

Class HtmlCell

java.lang.Object
  extended by com.sapportals.portal.prt.util.html.HtmlAttributeContainer
      extended by com.sapportals.portal.prt.util.html.HtmlBase
          extended by com.sapportals.portal.prt.util.html.HtmlContainer
              extended by com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
                  extended by com.sapportals.portal.prt.util.html.HtmlRow
                      extended by com.sapportals.portal.prt.util.html.HtmlCell
All Implemented Interfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable

public class HtmlCell
extends HtmlRow

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

m_background

protected String m_background
Picture to use for the background.


m_colSpan

protected Integer m_colSpan
Number of columns to cover.


m_rowSpan

protected Integer m_rowSpan
number of rows to cover.


m_width

protected String m_width
The width of the cell

Constructor Detail

HtmlCell

public HtmlCell()
Method Detail

outputAttributes

public void outputAttributes(StringBuffer strbuf)
Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlRow

outputAttributes

public void outputAttributes(PrintWriter out)
Deprecated. 

Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlRow

outputAttributes

public void outputAttributes(Writer out)
Specified by:
outputAttributes in interface IHtmlAttributeContainer
Overrides:
outputAttributes in class HtmlRow

getBackground

public String getBackground()
Get the value of m_background.

Returns:
Value of m_background.

setBackground

public HtmlCell setBackground(String v)
Set the value of m_background.

Parameters:
v - Value to assign to m_background.

getColSpan

public Integer getColSpan()
Get the value of m_colSpan.

Returns:
Value of m_colSpan.

setColSpan

public HtmlCell setColSpan(int v)
Set the value of m_colSpan.

Parameters:
v - Value to assign to m_colSpan.

getRowSpan

public Integer getRowSpan()
Get the value of m_rowSpan.

Returns:
Value of m_rowSpan.

setRowSpan

public HtmlCell setRowSpan(int v)
Set the value of m_rowSpan.

Parameters:
v - Value to assign to m_rowSpan.

getWidth

public String getWidth()
Get the value of m_width.

Returns:
Value of m_width.

setWidth

public HtmlCell setWidth(String v)
Set the value of m_width.

Parameters:
v - Value to assign to m_width.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated 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


Copyright 2011 SAP AG Complete Copyright Notice