| Paket | mx.controls.advancedDataGridClasses |
| Klass | public class SortInfo |
| Arv | SortInfo Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | SortInfo | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
Publika konstanter
| Konstant | Definieras med | ||
|---|---|---|---|
| ACTUALSORT : String = "actualSort" [statisk]
Specifies that the sort is the actual current sort. | SortInfo | ||
| PROPOSEDSORT : String = "proposedSort" [statisk]
Specifies that the sort is only a visual
indication of the proposed sort. | SortInfo | ||
Egenskapsdetaljer
descending | egenskap |
public var descending:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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 | egenskap |
public var sequenceNumber:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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 | egenskap |
public var status:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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.
Konstruktordetaljer
SortInfo | () | Konstruktor |
public function SortInfo(sequenceNumber:int = -1, descending:Boolean = false, status:String)| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
ParametrarsequenceNumber: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.
|
Konstantdetaljer
ACTUALSORT | Konstant |
public static const ACTUALSORT:String = "actualSort"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the sort is the actual current sort.
PROPOSEDSORT | Konstant |
public static const PROPOSEDSORT:String = "proposedSort"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the sort is only a visual indication of the proposed sort.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper