ITarget
pentaho.type.action. ITarget
The ITarget
interface represents the entity which is acted upon or the place where the action
takes place.
A target controls the execution of actions in it. Depending on the target and type of action, events may be emitted for each of the action execution's phases. Consult the documentation of the target type to know how it handles the execution of a given action.
It is advisable that when a target does not know a specific action type that it executes it generically, by delegating all of its phases to events.
Source: doc-js/pentaho/type/action/ITarget.jsdoc, line 17
See also: pentaho.type.action.Base
Methods
Name | Description |
---|---|
act(action) : pentaho.type.action.Execution | Executes or starts execution of a given action in this target and returns the corresponding action execution instance. |
Methods Details
act(action) : pentaho.type.action.Execution | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Executes or starts execution of a given action in this target and returns the corresponding action execution instance. This method can be given Source: doc-js/pentaho/type/action/ITarget.jsdoc, line 37
|