Package org.omus.data

Interface Summary
DataList.Comparator DataList.Comparators can be passed to the sort method of DataList to allow precise control over the sort order.
DataTable.Comparator DataTable.Comparators can be passed to the sort method of DataTable to allow precise control over the sort order.
FieldListener A listener that gets notified when the value of a DataField changes.
FieldVisitor A visitor that can be used to extend the functionality of all DataFields without modifying their API.
 

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.