com.sapportals.portal.prt.util.html
Class HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
All Implemented Interfaces:
IHtmlOutputable, IHtmlUniqueObject
Enclosing class:
HtmlContainerIdentifiableWithUniqueManager

public class HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
extends java.lang.Object
implements IHtmlUniqueObject


Constructor Summary
HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade(java.lang.String id, IHtmlOutputable obj)
           
 
Method Summary
 void destroy()
           
 int getElementCount()
          Returns the number of IHtmlOutputable elements if applicable
 void getUniqueHtmlCode(java.io.PrintWriter writer)
          Deprecated.  
 void getUniqueHtmlCode(java.lang.StringBuffer strbuf)
           
 void getUniqueHtmlCode(java.io.Writer writer)
           
 java.lang.String getUniqueId()
           
 void output(java.io.PrintWriter writer)
          Method to get the Html Output of the object into a PrintWriter
 void output(java.lang.StringBuffer strbuf)
          Method to get the Html Out[ut of the object The StringBuffer must be filled with HTML string content.
 void output(java.io.Writer writer)
          Method to get the Html Output of the object into a java.io.Writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlOutputable
toString
 

Constructor Detail

HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade

public HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade(java.lang.String id,
                                                                         IHtmlOutputable obj)
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface IHtmlOutputable

getUniqueId

public java.lang.String getUniqueId()
Specified by:
getUniqueId in interface IHtmlUniqueObject

getUniqueHtmlCode

public void getUniqueHtmlCode(java.lang.StringBuffer strbuf)
Specified by:
getUniqueHtmlCode in interface IHtmlUniqueObject

getUniqueHtmlCode

public void getUniqueHtmlCode(java.io.PrintWriter writer)
Deprecated.  

Specified by:
getUniqueHtmlCode in interface IHtmlUniqueObject
Following copied from interface: com.sapportals.portal.prt.util.html.IHtmlUniqueObject
Parameters:
writer -  

getUniqueHtmlCode

public void getUniqueHtmlCode(java.io.Writer writer)
Specified by:
getUniqueHtmlCode in interface IHtmlUniqueObject

output

public void output(java.lang.StringBuffer strbuf)
Description copied from interface: IHtmlOutputable
Method to get the Html Out[ut of the object The StringBuffer must be filled with HTML string content.
Specified by:
output in interface IHtmlOutputable

output

public void output(java.io.PrintWriter writer)
Deprecated.  

Description copied from interface: IHtmlOutputable
Method to get the Html Output of the object into a PrintWriter
Specified by:
output in interface IHtmlOutputable

output

public void output(java.io.Writer writer)
Description copied from interface: IHtmlOutputable
Method to get the Html Output of the object into a java.io.Writer
Specified by:
output in interface IHtmlOutputable

getElementCount

public int getElementCount()
Returns the number of IHtmlOutputable elements if applicable
Specified by:
getElementCount in interface IHtmlOutputable
Returns:
nb of elements