Pacchetto | mx.controls.listClasses |
Classe | public class ListBaseSeekPending |
Ereditarietà | ListBaseSeekPending Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bookmark : CursorBookmark
The bookmark that was being used in the seek operation. | ListBaseSeekPending | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
offset : int
The offset from the bookmark that was the target of the seek operation. | ListBaseSeekPending |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ListBaseSeekPending | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
bookmark | proprietà |
public var bookmark:CursorBookmark
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The bookmark that was being used in the seek operation.
offset | proprietà |
public var offset:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The offset from the bookmark that was the target of the seek operation.
Descrizione della funzione di costruzione
ListBaseSeekPending | () | Funzione di costruzione |
public function ListBaseSeekPending(bookmark:CursorBookmark, offset:int)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametribookmark: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.
|
Tue Jun 12 2018, 02:44 PM Z