Package | mx.controls.advancedDataGridClasses |
Class | public class SortInfo |
Inheritance | SortInfo ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Properties
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 | ||
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 |
Public Methods
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 this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object |
Public Constants
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 |
Property Detail
descending | property |
public var descending:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | 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 | property |
public var sequenceNumber:int
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | 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 | property |
public var status:String
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | 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.
Constructor Detail
SortInfo | () | Constructor |
public function SortInfo(sequenceNumber:int = -1, descending:Boolean = false, status:String)
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
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.
|
Constant Detail
ACTUALSORT | Constant |
public static const ACTUALSORT:String = "actualSort"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the sort is the actual current sort.
PROPOSEDSORT | Constant |
public static const PROPOSEDSORT:String = "proposedSort"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies that the sort is only a visual indication of the proposed sort.
Mon Apr 10 2017, 12:28 PM -07:00