| Package | mx.controls.listClasses |
| Class | public class ListBaseSeekPending |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
ListBaseSeekPending(bookmark:CursorBookmark, offset:int)
Constructor.
| ListBaseSeekPending | ||
| bookmark | property |
public var bookmark:CursorBookmarkThe bookmark that was being used in the seek operation.
| offset | property |
public var offset:intThe offset from the bookmark that was the target of the seek operation.
| ListBaseSeekPending | () | constructor |
public function ListBaseSeekPending(bookmark:CursorBookmark, offset:int)Constructor.
Parametersbookmark: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.
|