com.centrasite.control.ext.welcome.standard
Class LanguagesColumn

java.lang.Object
  extended by com.centrasite.control.ext.welcome.standard.LanguagesColumn
All Implemented Interfaces:
IColumn

public class LanguagesColumn
extends java.lang.Object
implements IColumn


Constructor Summary
LanguagesColumn()
           
 
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 welcome page.
 java.lang.String getWidth()
           
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguagesColumn

public LanguagesColumn()
Method Detail

getWidth

public java.lang.String getWidth()

getSubTitle

public java.lang.String getSubTitle()
Description copied from interface: IColumn
Get the subtitle of this column.

Specified by:
getSubTitle in interface IColumn
Returns:
The subtitle.

getSubTitleTooltip

public java.lang.String getSubTitleTooltip()
Get the tooltip for subtitle of this welcome page.

Specified by:
getSubTitleTooltip in interface IColumn
Returns:
The tooltip.

getSubTitleStyle

public java.lang.String getSubTitleStyle()
Description copied from interface: IColumn
Get the style of the subtitle of this column.

Specified by:
getSubTitleStyle in interface IColumn
Returns:
The style of the subtitle in css2 notation.

getItems

public IItem[] getItems()
Description copied from interface: IColumn
Get the items of this column.

Specified by:
getItems in interface IColumn
Returns:
The items.

setLocale

public void setLocale(java.util.Locale locale)
Description copied from interface: IColumn
Set locale for this welcome widget

Specified by:
setLocale in interface IColumn

setActionContext

public void setActionContext(com.centrasite.control.ActionContext actionContext)
Description copied from interface: IColumn
Set ActionContext for this welcome action.

Specified by:
setActionContext in interface IColumn