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

All Superinterfaces:
IColumnWidget, IWidget
All Known Implementing Classes:
CentraSiteWidget, UsefulLinksWidget

public interface ISingleColumnWidget
extends IColumnWidget

Interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage) with only one column. A ISingleColumnWidget has a header area with title, subtitle, etc. and a body area which contains one or more so-called items (IItem).


Method Summary
 IItem[] getItems()
          Get the items of this widget.
 java.lang.String getSubTitle()
          Get the subtitle of this widget.
 java.lang.String getSubTitleStyle()
          Get the style of the subtitle of this widget.
 java.lang.String getSubTitleTooltip()
          Get the tooltip for subtitle of this widget.
 
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IColumnWidget
getBackgroundImage, getImage, getTitle, getTitleStyle, getTooltip
 
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IWidget
getWidth, invalidate, isInvalidated, setActionContext, setLocale
 

Method Detail

getSubTitle

java.lang.String getSubTitle()
Get the subtitle of this widget.

Returns:
The subtitle.

getSubTitleTooltip

java.lang.String getSubTitleTooltip()
Get the tooltip for subtitle of this widget.

Returns:
The tooltip.

getSubTitleStyle

java.lang.String getSubTitleStyle()
Get the style of the subtitle of this widget.

Returns:
The style of the subtitle in css2 notation.

getItems

IItem[] getItems()
Get the items of this widget.

Returns:
The items.