Pacchetto | mx.controls.listClasses |
Classe | public class ListRowInfo |
Ereditarietà | ListRowInfo 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 | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
data : Object
The item in the dataprovider. | ListRowInfo | ||
height : Number
The height of the row including margins. | ListRowInfo | ||
itemOldY : Number
The last Y value for the renderer. | ListRowInfo | ||
oldY : Number
The last Y value for the row. | ListRowInfo | ||
uid : String
The unique identifier of the item in the dataProvider
| ListRowInfo | ||
y : Number
The y-position value for the row. | ListRowInfo |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ListRowInfo | ||
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à
data | proprietà |
public var data:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The item in the dataprovider.
height | proprietà |
public var height:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The height of the row including margins.
itemOldY | proprietà |
public var itemOldY:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The last Y value for the renderer. Used in Tree's open/close effects.
oldY | proprietà |
public var oldY:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The last Y value for the row. Used in Tree's open/close effects.
uid | proprietà |
public var uid:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The unique identifier of the item in the dataProvider
y | proprietà |
public var y:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The y-position value for the row.
Descrizione della funzione di costruzione
ListRowInfo | () | Funzione di costruzione |
public function ListRowInfo(y:Number, height:Number, uid:String, data:Object = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametriy:Number — The y-position value for the row.
| |
height:Number — The height of the row including margins.
| |
uid:String — The unique identifier of the item in the dataProvider
| |
data:Object (default = null ) — The item in the dataprovider.
|
Tue Jun 12 2018, 02:44 PM Z