public class UserPreferencesWidget extends java.lang.Object implements IMultiColumnWidget
Constructor and Description |
---|
UserPreferencesWidget() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackgroundImage()
Get the path to an image shown as background of the widget.
|
IColumn[] |
getColumns()
Get the columns of this 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.
|
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 getImage()
IColumnWidget
getImage
in interface IColumnWidget
public java.lang.String getBackgroundImage()
IColumnWidget
getBackgroundImage
in interface IColumnWidget
public void setLocale(java.util.Locale locale)
IWidget
public void setActionContext(com.centrasite.control.ActionContext actionContext)
IWidget
setActionContext
in interface IWidget
public IColumn[] getColumns()
IMultiColumnWidget
getColumns
in interface IMultiColumnWidget
public void invalidate(boolean invalidated)
IWidget
invalidate
in interface IWidget
public boolean isInvalidated()
IWidget
isInvalidated
in interface IWidget