ILinkAction
extends
IAction
in
Apps should use the IActionFactory to create new action objects
Tags
Table of Contents
Methods
- getAppId() : string
- getHref() : string
- getName() : string
- getPriority() : int
- setAppId() : mixed
- setHref() : mixed
- setIcon() : mixed
- setName() : mixed
- setPriority() : mixed
Methods
getAppId()
public
getAppId() : string
Tags
Return values
stringgetHref()
public
getHref() : string
Tags
Return values
stringgetName()
public
getName() : string
Tags
Return values
string —localized action name, e.g. 'Call'
getPriority()
public
getPriority() : int
Tags
Return values
int —priority to priorize actions, high order ones are shown on top
setAppId()
public
setAppId(string $appId) : mixed
Parameters
- $appId : string
Tags
setHref()
public
setHref(string $href) : mixed
Parameters
- $href : string
-
the target URL of the action
Tags
setIcon()
public
setIcon(string $icon) : mixed
Parameters
- $icon : string
-
absolute URI to an icon
Tags
setName()
public
setName(string $name) : mixed
Parameters
- $name : string
-
localized action name, e.g. 'Call'
Tags
setPriority()
public
setPriority(int $priority) : mixed
Parameters
- $priority : int
-
priorize actions, high order ones are shown on top