Packagefeathers.data
Classpublic class SortOrder
InheritanceSortOrder Inheritance Object

Product Version : Feathers 3.4.0

Constants for sorting of items in a collection.

Note: Some constants may not be valid for certain properties. Please see the description of the property in the API reference for full details.



Public Constants
 ConstantDefined By
  ASCENDING : String = ascending
[static] Indicates that items are sorted in ascending order.
SortOrder
  DESCENDING : String = descending
[static] Indicates that items are sorted in descending order.
SortOrder
  NONE : String = none
[static] Indicates that items are not sorted.
SortOrder
Constant Detail
ASCENDINGConstant
public static const ASCENDING:String = ascending

Product Version : Feathers 3.4.0

Indicates that items are sorted in ascending order.

DESCENDINGConstant 
public static const DESCENDING:String = descending

Product Version : Feathers 3.4.0

Indicates that items are sorted in descending order.

NONEConstant 
public static const NONE:String = none

Product Version : Feathers 3.4.0

Indicates that items are not sorted.