|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColumn
Interface to control the basic behavior of a column contained in a widget
(IMultiColumnWidget
) of a
welcome page (IWelcomePage
).
A IColumn has a subtitle and a body area containing one or more so-called
items (IItem
).
Method Summary | |
---|---|
IItem[] |
getItems()
Get the items of this column. |
java.lang.String |
getSubTitle()
Get the subtitle of this column. |
java.lang.String |
getSubTitleStyle()
Get the style of the subtitle of this column. |
java.lang.String |
getSubTitleTooltip()
Get the tooltip for subtitle of this column. |
void |
setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action. |
void |
setLocale(java.util.Locale locale)
Set locale for this welcome widget |
Method Detail |
---|
java.lang.String getSubTitle()
java.lang.String getSubTitleTooltip()
java.lang.String getSubTitleStyle()
IItem[] getItems()
void setLocale(java.util.Locale locale)
void setActionContext(com.centrasite.control.ActionContext actionContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |