Package | com.vmware.data.query |
Class | public class SortType |
Inheritance | SortType ![]() |
Implements | flash.events.IEventDispatcher |
Note: this class was generated from its Java counterpart SortType
Property | Defined By | ||
---|---|---|---|
value : String | SortType |
Method | Defined 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 |
Constant | Defined By | ||
---|---|---|---|
ASCENDING : SortType [static] | SortType | ||
DESCENDING : SortType [static] | SortType |
value | property |
value:String
public function get value():String
public function set value(value:String):void
SortType | () | Constructor |
public function SortType(val:String, immutable:Boolean = false)
val:String | |
immutable:Boolean (default = false )
|
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 |
Boolean |
equals | () | method |
public function equals(another:Object):Boolean
Parameters
another:Object |
Boolean |
hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
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
ReturnsString |
valueOf | () | method |
public function valueOf():Object
ReturnsObject |
willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |
ASCENDING | Constant |
public static const ASCENDING:SortType
DESCENDING | Constant |
public static const DESCENDING:SortType