public interface ISingleColumnWidget extends IColumnWidget
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
).Modifier and Type | Method and Description |
---|---|
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.
|
getBackgroundImage, getImage, getTitle, getTitleStyle, getTooltip
getWidth, invalidate, isInvalidated, setActionContext, setLocale
java.lang.String getSubTitle()
java.lang.String getSubTitleTooltip()
java.lang.String getSubTitleStyle()
IItem[] getItems()