Class ResponseRecord
Object
|
+--ResponseRecord
- class
ResponseRecord
Represents a Response Record that is created by AjaxResponse.get() and
AjaxResponse.next() methods
Defined in Ajax.js
|
Method Summary |
String[]
|
fields()
Returns the names of the fields that exist in this Response Item
|
String
|
getFieldValue(fieldName)
Returns the value of the specified field.
|
Boolean
|
hasField(fld)
Returns true if specified field exists in this Response Item false otherwise
|
owner
AjaxResponse owner
The AjaxResponse object that owns this ResponseRecord
recordIndex
Number recordIndex
The index number of this ResponseRecord in the owner AjaxResponse
ResponseRecord
ResponseRecord(owner, recordIndex)
Parameters:
recordIndex - The index number of this ResponseRecord in the AjaxResponse
fields
String[] fields()
Returns the names of the fields that exist in this Response Item
getFieldValue
String getFieldValue(fieldName)
Returns the value of the specified field.
Parameters:
fieldName - the name of the field in this ResponseRecord
hasField
Boolean hasField(fld)
Returns true if specified field exists in this Response Item false otherwise
Copyright 2002 - 2011, MOR YAZILIM
Documentation generated by
JSDoc on Thu Mar 3 18:19:14 2011