Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.controls.listClasses
Classpublic class ListBaseSeekPending
InheritanceListBaseSeekPending Inheritance Object

An object that stores data about a seek operation that was interrupted by an ItemPendingError error.

See also

mx.collections.errors.ItemPendingError
mx.controls.listClasses.ListBase.lastSeekPending


Public Properties
 PropertyDefined by
  bookmark : CursorBookmark
The bookmark that was being used in the seek operation.
ListBaseSeekPending
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  offset : int
The offset from the bookmark that was the target of the seek operation.
ListBaseSeekPending
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
  
Constructor.
ListBaseSeekPending
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
bookmarkproperty
public var bookmark:CursorBookmark

The bookmark that was being used in the seek operation.

offsetproperty 
public var offset:int

The offset from the bookmark that was the target of the seek operation.

Constructor detail
ListBaseSeekPending()constructor
public function ListBaseSeekPending(bookmark:CursorBookmark, offset:int)

Constructor.

Parameters
bookmark:CursorBookmark — The bookmark that was being used in the seek operation.
 
offset:int — The offset from the bookmark that was the target of the seek operation.





collected by Jimbob 2007.05