Packageorg.openPyro.collections
Interfacepublic interface ICollection extends flash.events.IEventDispatcher
ImplementorsArrayCollection, XMLCollection



Public Properties
 PropertyDefined by
  filterFunction : Function
[write-only]
ICollection
  iterator : IIterator
[read-only]
ICollection
  length : int
[read-only]
ICollection
  normalizedArray : Array
[read-only]
ICollection
Public Methods
 MethodDefined by
  
getItemIndex(data:Object):int
The dataToIndex function returns the index of the data as it appears witin the ICollection's source after all filters have been applied
ICollection
  
refresh():void
ICollection
Property detail
filterFunctionproperty
filterFunction:Function  [write-only]Implementation
    public function set filterFunction(value:Function):void
iteratorproperty 
iterator:IIterator  [read-only]Implementation
    public function get iterator():IIterator
lengthproperty 
length:int  [read-only]Implementation
    public function get length():int
normalizedArrayproperty 
normalizedArray:Array  [read-only]Implementation
    public function get normalizedArray():Array
Method detail
getItemIndex()method
public function getItemIndex(data:Object):int

The dataToIndex function returns the index of the data as it appears witin the ICollection's source after all filters have been applied

Parameters
data:Object

Returns
int
refresh()method 
public function refresh():void