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

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

public class OnlineDocumentationItem
extends AbstractActionItem


Constructor Summary
OnlineDocumentationItem()
           
 
Method Summary
 void execute()
          Execute this action
 java.lang.String getTitle()
          Get the title of this item.
 
Methods inherited from class com.centrasite.control.ext.welcome.standard.AbstractActionItem
getActionContext, getImage, getLocale, getStyle, 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

OnlineDocumentationItem

public OnlineDocumentationItem()
Method Detail

execute

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


getTitle

public java.lang.String getTitle()
Description copied from interface: IActionItem
Get the title of this item.

Specified by:
getTitle in interface IActionItem
Overrides:
getTitle in class AbstractActionItem
Returns:
The title.