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

All Known Subinterfaces:
IColumnWidget, IHtmlWidget, IMultiColumnWidget, ISingleColumnWidget
All Known Implementing Classes:
CentraSiteWidget, UsefulLinksWidget, UserPreferencesWidget

public interface IWidget

Super interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage). Sub-interfaces are ISingleColumnWidget, IMultiColumnWidget and IHtmlWidget.


Method Summary
 java.lang.String getWidth()
          Get the width of the widget in HTML notation (e.g. "100%" or "120px" ).
 void invalidate(boolean invalidated)
          Invalidates this widget.
 boolean isInvalidated()
          Indicates whether this widget is invalidated.
 void setActionContext(com.centrasite.control.ActionContext actionContext)
          Set ActionContext for this welcome action.
 void setLocale(java.util.Locale locale)
          Set locale for this welcome widget
 

Method Detail

invalidate

void invalidate(boolean invalidated)
Invalidates this widget.


isInvalidated

boolean isInvalidated()
Indicates whether this widget is invalidated.


getWidth

java.lang.String getWidth()
Get the width of the widget in HTML notation (e.g. "100%" or "120px" ).

Returns:
The width of this widget.

setLocale

void setLocale(java.util.Locale locale)
Set locale for this welcome widget


setActionContext

void setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action.