Pakiet | mx.controls.listClasses |
Klasa | public class ListRowInfo |
Dziedziczenie | ListRowInfo Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | ListRowInfo | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
data | właściwość |
public var data:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The item in the dataprovider.
height | właściwość |
public var height:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The height of the row including margins.
itemOldY | właściwość |
public var itemOldY:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The last Y value for the renderer. Used in Tree's open/close effects.
oldY | właściwość |
public var oldY:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The last Y value for the row. Used in Tree's open/close effects.
uid | właściwość |
public var uid:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The unique identifier of the item in the dataProvider
y | właściwość |
public var y:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The y-position value for the row.
Konstruktor Szczegół
ListRowInfo | () | Konstruktor |
public function ListRowInfo(y:Number, height:Number, uid:String, data:Object = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametryy: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, 12:06 PM Z