Main Page | Packages | Class Tree | Index | Help

xp.data

class ArrayProxy

Array
  |
  +--xp.data.ArrayProxy

All Known Subclasses: RecordSetProxy, RowsetDecoder

class ArrayProxy
extends Array

An array that can be populated on demand


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Constructor

public
ArrayProxy ( length: Number, props: Object)
Create a new instance

Method Summary

public
onNeedData ( index: Number ): Object
Called when the array needs to populatte an item



Constructor Documentation

ArrayProxy

public function ArrayProxy(length: Number,
 props: Object)
Create a new instance

Parameters:
length
The number of items in the underlying array
props
A property bag of initialisation properties

Method Documentation

onNeedData

public function onNeedData(index: Number): Object
Called when the array needs to populatte an item

Parameters:
index
The index of the array item needed
Returns:
The array item specified


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc