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

All Superinterfaces:
IColumnWidget, IWidget
All Known Implementing Classes:
UserPreferencesWidget

public interface IMultiColumnWidget
extends IColumnWidget

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
 IColumn[] getColumns()
          Get the columns 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

getColumns

IColumn[] getColumns()
Get the columns of this widget.

Returns:
The columns.