Class MultiPartAjaxResponse
Object
|
+--MultiPartAjaxResponse
- class
MultiPartAjaxResponse
The Object of this class is created always by the AjaxRequest object upon receiving
a response to its XMLHttpRequest. It may contain one of more AjaxResponse objects and it contains
all the necessary properties and methods to access and manage the request and the response information.
Defined in Ajax.js
request
AjaxRequest request
The AjaxRequest object that originates this response
responses
AjaxResponse[] responses
MultiPartAjaxResponse
MultiPartAjaxResponse()
getPagingInfo
PagingInfo getPagingInfo(dsname)
Returns the PagingInfo object associated with the given data soure name
Parameters:
dsname
- The name of the data source
getRequest
AjaxRequest getRequest()
Returns the AjaxRequest object that originates this response
getResponse
AjaxResponse getResponse(indexOrName)
Returns the AjaxResponse object associated with the specified name
Parameters:
indexOrName
- The index number or the name name of the AjaxResponse. If not specified the firts response is returned.
getResultField
String getResultField(fieldName)
Returns the value of the specified Result Field. The result fields are set
by the "mor.Ajax.setResultField(name,value)" Ajax MScript function during the
execution of the request on the server.
Parameters:
fieldName
- The name of the result field
responseCount
integer responseCount()
Returns the number of the AjaxResponses contained in this object
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008