| Class Summary |
| BooleanField |
The class corresponding to the boolean datatype in ActionScript. |
| CounterField |
A special class for synchronizing int values. |
| DataField |
The abstract superclass of all DataFields. |
| DataList |
The class corresponding to the Array object in ActionScript. |
| DataRow |
The class corresponding to the generic Object in ActionScript. |
| DataTable |
The class corresponding to org.omus.Table in the Client API. |
| DateField |
The class corresponding to Date objects in ActionScript. |
| DoubleField |
The class corresponding to the number datatype in ActionScript. |
| IntField |
A class for properties or table columns configured as an int, corresponding
to the number datatype in ActionScript. |
| LongField |
A class for properties or table columns configured as a long, corresponding
to the number datatype in ActionScript. |
| Message |
A message that can be sent to Flash clients or to other users and groups
on the server. |
| StringField |
The class corresponding to String objects in ActionScript. |
| TableDefinition |
TableDefinition objects are used to define the names and datatypes of
the columns of a DataTable object. |