Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| IValueObject
| com.dgrigg.vo | The base interface for creating Value Objects from. | |
| IView
| com.dgrigg.view | The base interface for creating Views from. | |
| ProductList
| com.dgrigg.view | Displays a DataGrid of products, lets the user select and view a product. | |
| ProductVO
| com.dgrigg.vo | The ProductVO stores a product that has been retrieved from the database. |