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

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

public class AdvancedSearchItem
extends AbstractActionItem


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

AdvancedSearchItem

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