public interface IColumnWidget extends IWidget
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
).Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackgroundImage()
Get the path to an image shown as background of the widget.
|
java.lang.String |
getImage()
Get the path to an image shown next to title.
|
java.lang.String |
getTitle()
Get the title of this widget.
|
java.lang.String |
getTitleStyle()
Get the style of the title of this widget.
|
java.lang.String |
getTooltip()
Get the tooltip for this widget.
|
getWidth, invalidate, isInvalidated, setActionContext, setLocale
java.lang.String getTitle()
java.lang.String getTooltip()
java.lang.String getTitleStyle()
java.lang.String getImage()
java.lang.String getBackgroundImage()