Packagecom.flexmonster.pivot.data.consts
Classpublic class SortType
InheritanceSortType Inheritance Object

The SortType class provides values for sorting.



Public Methods
 MethodDefined By
  
isValid(type:String):Boolean
[static]
SortType
  
validType(type:String):Boolean
[static]
SortType
Public Constants
 ConstantDefined By
  ASC : String = asc
[static] Ascending sorting type.
SortType
  DESC : String = desc
[static] Descending sorting type.
SortType
  NUMERIC_RANGE : String = numericRange
[static]
SortType
  UNSORTED : String = unsorted
[static] Unsorted sorting type to show data as they were received from a data source.
SortType
Method Detail
isValid()method
public static function isValid(type:String):Boolean

Parameters

type:String

Returns
Boolean
validType()method 
public static function validType(type:String):Boolean

Parameters

type:String

Returns
Boolean
Constant Detail
ASCConstant
public static const ASC:String = asc

Ascending sorting type.

DESCConstant 
public static const DESC:String = desc

Descending sorting type.

NUMERIC_RANGEConstant 
public static const NUMERIC_RANGE:String = numericRange

UNSORTEDConstant 
public static const UNSORTED:String = unsorted

Unsorted sorting type to show data as they were received from a data source.