| Package | com.vmware.data.query |
| Class | public class Conjoiner |
| Inheritance | Conjoiner Object |
| Implements | flash.events.IEventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| value : String | Conjoiner | ||
| Method | Defined By | ||
|---|---|---|---|
Conjoiner(val:String, immutable:Boolean = false) | Conjoiner | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | Conjoiner | ||
dispatchEvent(event:Event):Boolean | Conjoiner | ||
equals(another:Object):Boolean | Conjoiner | ||
hasEventListener(type:String):Boolean | Conjoiner | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | Conjoiner | ||
toString():String | Conjoiner | ||
valueOf():Object | Conjoiner | ||
willTrigger(type:String):Boolean | Conjoiner | ||
| Constant | Defined By | ||
|---|---|---|---|
| AND : Conjoiner [static] | Conjoiner | ||
| EXCEPT : Conjoiner [static] | Conjoiner | ||
| OR : Conjoiner [static] | Conjoiner | ||
| value | property |
value:String public function get value():String public function set value(value:String):void| Conjoiner | () | Constructor |
public function Conjoiner(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):BooleanParameters
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():StringReturnsString |
| valueOf | () | method |
public function valueOf():ObjectReturnsObject |
| willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |
| AND | Constant |
public static const AND:Conjoiner| EXCEPT | Constant |
public static const EXCEPT:Conjoiner| OR | Constant |
public static const OR:Conjoiner