| Package | org.openPyro.collections |
| Interface | public interface ICollection extends flash.events.IEventDispatcher |
| Implementors | ArrayCollection, XMLCollection |
| Property | Defined by | ||
|---|---|---|---|
| filterFunction : Function [write-only]
| ICollection | ||
| iterator : IIterator
[read-only]
| ICollection | ||
| length : int [read-only]
| ICollection | ||
| normalizedArray : Array [read-only]
| ICollection | ||
| Method | Defined 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 | ||
| filterFunction | property |
filterFunction:Function [write-only]Implementation
public function set filterFunction(value:Function):void
| iterator | property |
| length | property |
length:int [read-only]Implementation
public function get length():int
| normalizedArray | property |
normalizedArray:Array [read-only]Implementation
public function get normalizedArray():Array
| getItemIndex | () | method |
public function getItemIndex(data:Object):intThe dataToIndex function returns the index of the data as it appears witin the ICollection's source after all filters have been applied
Parametersdata:Object |
int |
| refresh | () | method |
public function refresh():void