public class CentraSiteWidget extends java.lang.Object implements ISingleColumnWidget
Constructor and Description |
---|
CentraSiteWidget() |
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.
|
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.
|
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.
|
java.lang.String |
getWidth()
Get the width of the widget in HTML notation (e.g. "100%" or "120px" ).
|
void |
invalidate(boolean invalidated)
Invalidates this widget.
|
boolean |
isInvalidated()
Indicates whether this widget is invalidated.
|
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
|
public java.lang.String getWidth()
IWidget
public java.lang.String getTitle()
IColumnWidget
getTitle
in interface IColumnWidget
public java.lang.String getTooltip()
IColumnWidget
getTooltip
in interface IColumnWidget
public java.lang.String getTitleStyle()
IColumnWidget
getTitleStyle
in interface IColumnWidget
public java.lang.String getSubTitle()
ISingleColumnWidget
getSubTitle
in interface ISingleColumnWidget
public java.lang.String getSubTitleTooltip()
ISingleColumnWidget
getSubTitleTooltip
in interface ISingleColumnWidget
public java.lang.String getSubTitleStyle()
ISingleColumnWidget
getSubTitleStyle
in interface ISingleColumnWidget
public java.lang.String getImage()
IColumnWidget
getImage
in interface IColumnWidget
public java.lang.String getBackgroundImage()
IColumnWidget
getBackgroundImage
in interface IColumnWidget
public IItem[] getItems()
ISingleColumnWidget
getItems
in interface ISingleColumnWidget
public void invalidate(boolean invalidated)
IWidget
invalidate
in interface IWidget
public boolean isInvalidated()
IWidget
isInvalidated
in interface IWidget
public void setLocale(java.util.Locale locale)
IWidget
public void setActionContext(com.centrasite.control.ActionContext actionContext)
IWidget
setActionContext
in interface IWidget