|
Class Summary
|
| CheckBox |
Wrapper class of a HTML <INPUT type="checkbox"> Element that exists in a Process Block. |
| ComboBox |
Wrapper class of an one-line HTML <SELECT> Element that exists in a Process Block. |
| EditArea |
Wrapper class of a HTML <TEXTAREA> Element that exists in a Process Block. |
| EditBox |
This class wrappes a HTML <INPUT type="text"> element that exists in a ProcessRecord. |
| HiddenBox |
Wrapper class of a HTML <INPUT type="hidden"> Element that exists in a Process Block. |
| ImageBox |
Ajax compatible Process Field wrapper class of a IMG element. |
| ListBox |
Wrapper class of a multi-line HTML <SELECT> Element that exists in a Process Block. |
| ProcessBlock |
Represents a Process Block. |
| ProcessCommand |
Represents a Process Command. |
| ProcessField |
Represents a Process Field. |
| ProcessForm |
Represents of a Process Form. |
| ProcessObjectManager |
Manager Class that provides methods to manage the Process Based Wrapper Objects of MoreMotion. |
| ProcessRecord |
Represents a Process Record. |
| ProcessRecordIterator |
A class to iterate over the ProcessRecords of a ProcessBlock. |
| RecordStatus |
Represents the status of an Process Record
|
| TextBox |
Wrapper class of a DOM Node that contains text data. |