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
).
getColumns
IColumn[] getColumns()
- Get the columns of this widget.
- Returns:
- The columns.