com.sapportals.portal.prt.util.html
Class HtmlContainerIdentifiable

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
All Implemented Interfaces:
IHtmlAttributeContainer, IHtmlBase, IHtmlIdentifiable, IHtmlOutputable
Direct Known Subclasses:
HtmlCenter, HtmlContainerIdentifiableWithUniqueManager, HtmlForm, HtmlFrameSet, HtmlIFrame, HtmlMeta, HtmlNoBr, HtmlRow, HtmlScript, HtmlStrong

public class HtmlContainerIdentifiable
extends HtmlContainer
implements IHtmlIdentifiable

HtmlContainerIdentifiable.java Created: Thu Oct 28 10:53:59 1999

Version:
$Revision: #3 $

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
HtmlContainerIdentifiable()
           
 
Method Summary
 void destroy()
           
 void setID(java.lang.String id)
          Set the element id for Cascading Style Sheets.
 
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, outputAttributes, outputAttributes, outputAttributes, 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
 

Constructor Detail

HtmlContainerIdentifiable

public HtmlContainerIdentifiable()
Method Detail

setID

public void setID(java.lang.String id)
Set the element id for Cascading Style Sheets.
Specified by:
setID in interface IHtmlIdentifiable

destroy

public void destroy()
Overrides:
destroy in class HtmlContainer