| Package | mx.controls.advancedDataGridClasses | 
| Class | public class SortInfo | 
| Inheritance | SortInfo    Object | 
See also
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object
 
  A reference to the class object or constructor function for a given object instance. 
 | Object | |
| descending : Boolean
 
      Contains true when the column is sorted in descending order,
      and false when the column is sorted in ascending order. 
 | SortInfo | ||
![]()  | prototype : Object
 [static] 
  A reference to the prototype object of a class or function object. 
 | Object | |
| 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| 
 
      Constructor
            
 | SortInfo | ||
![]()  | 
 
  Indicates whether an object has a specified property defined. 
 | Object | |
![]()  | 
 
  Indicates whether an instance of the Object class is in the prototype chain of the object specified 
  as the parameter. 
 | Object | |
![]()  | 
 
  Indicates whether the specified property exists and is enumerable. 
 | Object | |
![]()  | 
 
     Sets the availability of a dynamic property for loop operations. 
 | Object | |
![]()  | 
 
  Returns the string representation of the specified object. 
 | Object | |
![]()  | 
 
  Returns the primitive value of the specified object. 
 | Object | |
| Constant | Defined By | ||
|---|---|---|---|
| ACTUALSORT : String = "actualSort" [static] 
      Specifies that the sort is the actual current sort. 
 | SortInfo | ||
| PROPOSEDSORT : String = "proposedSort" [static] 
      Specifies that the sort is only a visual
      indication of the proposed sort. 
 | SortInfo | ||
| descending | property | 
public var descending:Boolean
      Contains true when the column is sorted in descending order,
      and false when the column is sorted in ascending order.
     
| sequenceNumber | property | 
public var sequenceNumber:int
The number of this column in the sort order sequence. This number is used when sorting by multiple columns.
| status | property | 
public var 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 | () | Constructor | 
public function SortInfo(sequenceNumber:int = -1, descending:Boolean = false, status:String)
Constructor
ParameterssequenceNumber: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.
      | 
| ACTUALSORT | Constant | 
public static const ACTUALSORT:String = "actualSort"
Specifies that the sort is the actual current sort.
| PROPOSEDSORT | Constant | 
public static const PROPOSEDSORT:String = "proposedSort"
Specifies that the sort is only a visual indication of the proposed sort.