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

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

public class KeywordSearchItem
extends AbstractActionItem


Constructor Summary
KeywordSearchItem()
           
 
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

KeywordSearchItem

public KeywordSearchItem()
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.