|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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
).
Method Summary | |
---|---|
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. |
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IWidget |
---|
getWidth, invalidate, isInvalidated, setActionContext, setLocale |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getTooltip()
java.lang.String getTitleStyle()
java.lang.String getImage()
java.lang.String getBackgroundImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |