Packagecom.vmware.data.query
Classpublic class ResourceItem
InheritanceResourceItem Inheritance Object
Implements flash.events.IEventDispatcher
Subclasses PropertyValue, ResultItem

The resource object information.

Note: this class was generated from its Java counterpart ResourceItem



Public Properties
 PropertyDefined By
  currentGenerations : Array
The current generation numbers of the resource Object.
ResourceItem
  resourceObject : Object
The resource object identified or represented by this item.
ResourceItem
Public Methods
 MethodDefined By
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
ResourceItem
  
dispatchEvent(event:Event):Boolean
ResourceItem
  
hasEventListener(type:String):Boolean
ResourceItem
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
ResourceItem
  
willTrigger(type:String):Boolean
ResourceItem
Property Detail
currentGenerationsproperty
currentGenerations:Array

The current generation numbers of the resource Object.

This property can be used as the source for data binding.


Implementation
    public function get currentGenerations():Array
    public function set currentGenerations(value:Array):void
resourceObjectproperty 
resourceObject:Object

The resource object identified or represented by this item.

This property can be used as the source for data binding.


Implementation
    public function get resourceObject():Object
    public function set resourceObject(value:Object):void
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
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)

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

Parameters

type:String

Returns
Boolean