com.centrasite.control.ext.welcome.interfaces
Interface IHtmlWidget

All Superinterfaces:
IWidget

public interface IHtmlWidget
extends IWidget

Interface to control the basic behavior of a HTML widget contained in a welcome page (IWelcomePage). The contents of a HTML widget can be designed almost without restrictions.


Method Summary
 java.lang.String getHtml()
          Get the HTML code of this widget.
 
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IWidget
getWidth, invalidate, isInvalidated, setActionContext, setLocale
 

Method Detail

getHtml

java.lang.String getHtml()
Get the HTML code of this widget.

Returns:
The HTML code.