| Class | Description |
|---|---|
| AmxUtils |
Utility functions for the AMX classes
|
| Dispatch |
Handles communication between the JavaScript code and the AMX embedded code.
|
| Dispatch.ViewCleanupListener | |
| NodeFactoryImpl |
Implementation of the node factory
|
| NodeImpl |
Implementation of an AMX node
|
| PageFactory |
Class that parses AMX files (both '.amx' and '.amxf' files) and creates a
TagImpl hierarchy. |
| SafeDbfReference<T> |
Allows for safely referencing data binding framework objects, making sure they are not used after the binding context
has been changed.
|
| TagImpl |
Implementation of the tag
|
| UtilityFactoryImpl |
Implementation of the
UtilityFactory class |
| ViewImpl |
Houses the data for the currently loaded view in a feature.
|