com.sapportals.portal.prt.util.html
Interface IHtmlIdentifiable

All Known Implementing Classes:
HtmlContainerIdentifiable, HtmlImage

public interface IHtmlIdentifiable

The html element can be identified byte the "CLASS" property or the "ID" property. Created: Wed Nov 03 09:46:37 1999

Version:
$Revision: #3 $

Method Summary
 void setClass(java.lang.String v)
           
 void setID(java.lang.String v)
           
 

Method Detail

setID

public void setID(java.lang.String v)

setClass

public void setClass(java.lang.String v)