
At runtime, the action is represented by the IWDAction interface that allows access to actions in a view controller.
A UI element can be bound to an action. The action is executed when an event occurs that was triggered by a specific UI element. If an event occurs, the event handler implemented within the corresponding view controller is called (see Creating an Action at Design Time ).
| Method Name | Parameter | Return Value | Short Description |
|---|---|---|---|
|
getController |
IWDController |
Returns the controller of the action. |
|
|
getActionParameters |
IWDParameters |
Returns the action parameter of the action. |
|
|
isEnabled |
Boolean |
Returns the Boolean value that indicates whether or not the action is enabled. |
|
|
isValidating |
Boolean |
Returns the Boolean value that indicates whether or not the action is a service request. |
|
|
setEnabled |
(Boolean enabled) |
void |
Sets the Boolean value that activates or deactivates the action. |