new ExecJavaAction(settingsopt)
Action that will execute Java code on the LiveView server.
Parameters:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
<optional> |
An object containing initial values for the new ExecJavaAction instance.
Properties
|
Extends
Members
class :String
The Java class name that will perform the action.
Type:
- String
enabled :boolean
- Inherited From:
Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
Type:
- boolean
parameters :Object
A key-value map of parameters to apply when invoking the action.
Type:
- Object