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

All Superinterfaces:
IWidget
All Known Subinterfaces:
IMultiColumnWidget, ISingleColumnWidget
All Known Implementing Classes:
CentraSiteWidget, UsefulLinksWidget, UserPreferencesWidget

public interface IColumnWidget
extends IWidget

Interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage) with one or more columns. A IMultiColumnWidget has a header area with title, subtitle, etc. and a body area which contains one or more columns (IColumn).


Method Summary
 java.lang.String getBackgroundImage()
          Get the path to an image shown as background of the widget.
 java.lang.String getImage()
          Get the path to an image shown next to title.
 java.lang.String getTitle()
          Get the title of this widget.
 java.lang.String getTitleStyle()
          Get the style of the title of this widget.
 java.lang.String getTooltip()
          Get the tooltip for this widget.
 
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IWidget
getWidth, invalidate, isInvalidated, setActionContext, setLocale
 

Method Detail

getTitle

java.lang.String getTitle()
Get the title of this widget.

Returns:
The title.

getTooltip

java.lang.String getTooltip()
Get the tooltip for this widget.

Returns:
The tooltip.

getTitleStyle

java.lang.String getTitleStyle()
Get the style of the title of this widget.

Returns:
The style of the title in css2 notation.

getImage

java.lang.String getImage()
Get the path to an image shown next to title.

Returns:
The path to an image.

getBackgroundImage

java.lang.String getBackgroundImage()
Get the path to an image shown as background of the widget.

Returns:
The path to an image.