|
Class Summary
|
| AjaxRequest |
Represents a MoreMotion Ajax Request that is responsible for preparing an xmlHttpRequest, sending it,
receiving the response and converting the response into the specified response type. |
| AjaxResponse |
Represents an Ajax Response. |
| BusyImage |
Wrapper Class that operated on the specified HTML element, usually an IMG element whose source is an animated gif. |
| MoreMotionAjaxManager |
Manager Class that provides static methods for Ajax functionalities. |
| MultiPartAjaxResponse |
The Object of this class is created always by the AjaxRequest object upon receiving
a response to its XMLHttpRequest. |
| PagingInfo |
Paging Information associated with a data source that serves records in pages. |
| ResponseRecord |
Represents a Response Record that is created by AjaxResponse.get() and
AjaxResponse.next() methods
|