Package | com.vmware.data |
Class | public class ResourceSpec |
Inheritance | ResourceSpec ![]() |
Implements | flash.events.IEventDispatcher |
Note: this class was generated from its Java counterpart ResourceSpec
Property | Defined By | ||
---|---|---|---|
constraint : Constraint
The criteria for matching objects that provide properties for the resource set. | ResourceSpec | ||
propertySpecs : Array
The list of properties on the set of objects identified by the constraint. | ResourceSpec |
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | ResourceSpec | ||
dispatchEvent(event:Event):Boolean | ResourceSpec | ||
hasEventListener(type:String):Boolean | ResourceSpec | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | ResourceSpec | ||
willTrigger(type:String):Boolean | ResourceSpec |
constraint | property |
constraint:Constraint
The criteria for matching objects that provide properties for the resource set.
This property can be used as the source for data binding.
public function get constraint():Constraint
public function set constraint(value:Constraint):void
propertySpecs | property |
propertySpecs:Array
The list of properties on the set of objects identified by the constraint.
This property can be used as the source for data binding.
public function get propertySpecs():Array
public function set propertySpecs(value:Array):void
See also
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 |
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 )
|
willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |