Pakiet | mx.controls.advancedDataGridClasses |
Klasa | public class SortInfo |
Dziedziczenie | SortInfo 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 | ||
descending : Boolean
Contains true when the column is sorted in descending order,
and false when the column is sorted in ascending order. | SortInfo | ||
sequenceNumber : int
The number of this column in the sort order sequence. | SortInfo | ||
status : String
Contains PROPOSEDSORT if the sort is only a visual
indication of the proposed sort, or contains ACTUALSORT
if the sort is the actual current sort. | SortInfo |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | SortInfo | ||
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 |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ACTUALSORT : String = "actualSort" [statyczny]
Specifies that the sort is the actual current sort. | SortInfo | ||
PROPOSEDSORT : String = "proposedSort" [statyczny]
Specifies that the sort is only a visual
indication of the proposed sort. | SortInfo |
Szczegół właściwości
descending | właściwość |
public var descending:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Contains true
when the column is sorted in descending order,
and false
when the column is sorted in ascending order.
sequenceNumber | właściwość |
public var sequenceNumber:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The number of this column in the sort order sequence. This number is used when sorting by multiple columns.
status | właściwość |
public var status:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Contains PROPOSEDSORT
if the sort is only a visual
indication of the proposed sort, or contains ACTUALSORT
if the sort is the actual current sort.
Konstruktor Szczegół
SortInfo | () | Konstruktor |
public function SortInfo(sequenceNumber:int = -1, descending:Boolean = false, status:String)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
ParametrysequenceNumber:int (default = -1 ) — The number of this column in the sort order sequence.
| |
descending:Boolean (default = false ) — true when the column is sorted in descending order.
| |
status:String (default = NaN ) — PROPOSEDSORT if the sort is only a visual
indication of the proposed sort, or ACTUALSORT
if the sort is the actual current sort.
|
Szczegół stałej
ACTUALSORT | Stała |
public static const ACTUALSORT:String = "actualSort"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the sort is the actual current sort.
PROPOSEDSORT | Stała |
public static const PROPOSEDSORT:String = "proposedSort"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the sort is only a visual indication of the proposed sort.
Tue Jun 12 2018, 12:06 PM Z