Package com.centrasite.control.ext.welcome.interfaces

Interface Summary
IActionItem Interface to control the basic behavior of an action contained in a widget (ISingleColumnWidget) of a welcome page (IWelcomePage).
IColumn Interface to control the basic behavior of a column contained in a widget (IMultiColumnWidget) of a welcome page (IWelcomePage).
IColumnWidget Interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage) with one or more columns.
IHtmlWidget Interface to control the basic behavior of a HTML widget contained in a welcome page (IWelcomePage).
IItem Super interface to control the basic behavior of an item contained in a widget (ISingleColumnWidget) of a welcome page (IWelcomePage).
IMultiColumnWidget Interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage) with one or more columns.
ISeparatorItem Interface to control the basic behavior of an separator contained in a widget (ISingleColumnWidget) of a welcome page (IWelcomePage).
ISingleColumnWidget Interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage) with only one column.
IWelcomePage Interface to control the basic behavior of the Welcome Page.
IWidget Super interface to control the basic behavior of a widget contained in a welcome page (IWelcomePage).