Map view cursor.
Authors: Christophe Herreman, Bert Vandamme
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
afterLast:Boolean [read-only]
This property can be used as the source for data binding.
Implementation
public function get afterLast():Boolean
beforeFirst:Boolean [read-only]
This property can be used as the source for data binding.
Implementation
public function get beforeFirst():Boolean
bookmark:CursorBookmark [read-only]
This property can be used as the source for data binding.
Implementation
public function get bookmark():CursorBookmark
current:Object [read-only]
This property can be used as the source for data binding.
Implementation
public function get current():Object
view:ICollectionView [read-only]Implementation
public function get view():ICollectionView
public function MapViewCursor(view:IMap)
Creates a new MapViewCursor for the specified IMap instance.
Parameters
| view:IMap — the specified IMap instance.
|
public function findAny(values:Object):BooleanParameters
Returns
public function findFirst(values:Object):BooleanParameters
Returns
public function findLast(values:Object):BooleanParameters
Returns
public function insert(item:Object):voidParameters
public function moveNext():Boolean
Returns
public function movePrevious():Boolean
Returns
public function remove():Object
Returns
public function seek(bookmark:CursorBookmark, offset:int = 0, prefetch:int = 0):voidParameters
| bookmark:CursorBookmark |
| |
| offset:int (default = 0) |
| |
| prefetch:int (default = 0) |
Event object type: mx.events.FlexEvent
Dispatched when the current MapViewCursor is updated.
Copyright 2007-2010 Spring Actionscript.