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
int 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 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008