|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISingleColumnWidget
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 |
---|
java.lang.String getSubTitle()
java.lang.String getSubTitleTooltip()
java.lang.String getSubTitleStyle()
IItem[] getItems()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |