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

java.lang.Object
  extended by com.centrasite.control.ext.welcome.standard.AbstractActionItem
      extended by com.centrasite.control.ext.welcome.standard.DateFormatItem
All Implemented Interfaces:
IActionItem, IItem

public class DateFormatItem
extends AbstractActionItem


Constructor Summary
DateFormatItem(IColumn ic, UserPreferencesAdapter upAdapter, java.lang.String id, java.lang.String title)
           
 
Method Summary
 void execute()
          Execute this action
 java.lang.String getImage()
          Get the path to an image shown next to title.
 
Methods inherited from class com.centrasite.control.ext.welcome.standard.AbstractActionItem
getActionContext, getLocale, getStyle, getTitle, getTooltip, getWidget, isSelected, setActionContext, setImage, setLocale, setSelected, setStyle, setTitle, setTooltip, setWidget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormatItem

public DateFormatItem(IColumn ic,
                      UserPreferencesAdapter upAdapter,
                      java.lang.String id,
                      java.lang.String title)
Method Detail

getImage

public java.lang.String getImage()
Description copied from interface: IActionItem
Get the path to an image shown next to title.

Specified by:
getImage in interface IActionItem
Overrides:
getImage in class AbstractActionItem
Returns:
The path to an image.

execute

public void execute()
Description copied from interface: IActionItem
Execute this action