Classes
| Class | Description | |
|---|---|---|
| Action |
Abstract base class of all action classes.
| |
| ActionCollection |
An action collection.
| |
| FormAction |
The form action is the base class for several form related actions.
| |
| GoToAction |
A go-to action.
| |
| JavaScriptAction |
A JavaScript action executes javascript.
| |
| LaunchAction |
A LaunchAction starts an external Application.
| |
| ResetFormAction |
The reset form action resets the fields to there default value.
| |
| SubmitFormAction |
The submit form action send form data (containing field values) to a URL in a specified format.
| |
| UriAction |
A UriAction starts an external web site from its URL.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HttpMethod |
The http method specifies how to submit to the server.
| |
| SubmitFormat |
The submit format specifies what to submit to the server.
|