Packagecom.vmware.data.query
Classpublic class SortType
InheritanceSortType Inheritance Object
Implements flash.events.IEventDispatcher

Defines an order direction of the result.

Note: this class was generated from its Java counterpart SortType



Public Properties
 PropertyDefined By
  value : String
SortType
Public Methods
 MethodDefined By
  
SortType(val:String, immutable:Boolean = false)
SortType
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
SortType
  
dispatchEvent(event:Event):Boolean
SortType
  
equals(another:Object):Boolean
SortType
  
hasEventListener(type:String):Boolean
SortType
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
SortType
  
toString():String
SortType
  
valueOf():Object
SortType
  
willTrigger(type:String):Boolean
SortType
Public Constants
 ConstantDefined By
  ASCENDING : SortType
[static]
SortType
  DESCENDING : SortType
[static]
SortType
Property Detail
valueproperty
value:String


Implementation
    public function get value():String
    public function set value(value:String):void
Constructor Detail
SortType()Constructor
public function SortType(val:String, immutable:Boolean = false)



Parameters
val:String
 
immutable:Boolean (default = false)
Method Detail
addEventListener()method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
weakRef:Boolean (default = false)

dispatchEvent()method 
public function dispatchEvent(event:Event):Boolean

Parameters

event:Event

Returns
Boolean
equals()method 
public function equals(another:Object):Boolean

Parameters

another:Object

Returns
Boolean
hasEventListener()method 
public function hasEventListener(type:String):Boolean

Parameters

type:String

Returns
Boolean
removeEventListener()method 
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void

Parameters

type:String
 
listener:Function
 
useCapture:Boolean (default = false)

toString()method 
public function toString():String

Returns
String
valueOf()method 
public function valueOf():Object

Returns
Object
willTrigger()method 
public function willTrigger(type:String):Boolean

Parameters

type:String

Returns
Boolean
Constant Detail
ASCENDINGConstant
public static const ASCENDING:SortType

DESCENDINGConstant 
public static const DESCENDING:SortType