public interface IActionItem extends IItem
ISingleColumnWidget
) of a
welcome page (IWelcomePage
).
An IActionItem is in HTML terms a link with title and image.
The execute method will be called when clicking on the link.Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this action
|
java.lang.String |
getImage()
Get the path to an image shown next to title.
|
java.lang.String |
getTitle()
Get the title of this item.
|
java.lang.String |
getTooltip()
Get the tooltip of this item.
|
void |
setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action.
|
void |
setLocale(java.util.Locale locale)
Set locale for this welcome action.
|
java.lang.String getTitle()
java.lang.String getTooltip()
java.lang.String getImage()
void execute()
void setLocale(java.util.Locale locale)
void setActionContext(com.centrasite.control.ActionContext actionContext)