Packagemx.controls.listClasses
Classpublic class ListBaseSeekPending

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
  offset : int
The offset from the bookmark that was the target of the seek operation.
ListBaseSeekPending
Public Methods
 MethodDefined by
  
ListBaseSeekPending(bookmark:CursorBookmark, offset:int)
Constructor.
ListBaseSeekPending
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.