Packageorg.spicefactory.parsley.flex.tag.core
Classpublic class MxmlObjectsTag
InheritanceMxmlObjectsTag Inheritance ConfigurationBase Inheritance Object
Implements flash.events.IEventDispatcher

Represents the root objects tag of an MXML configuration file.



Protected Properties
 PropertyDefined By
  properties : Object
[override] Properties that may be used for configuring objects.
MxmlObjectsTag
Public Methods
 MethodDefined By
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
MxmlObjectsTag
  
dispatchEvent(event:Event):Boolean
MxmlObjectsTag
  
hasEventListener(type:String):Boolean
MxmlObjectsTag
 Inherited
Initializes this configuration class, passing properties that may be used for configuring objects.
ConfigurationBase
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
MxmlObjectsTag
  
willTrigger(type:String):Boolean
MxmlObjectsTag
Property Detail
propertiesproperty
properties:Object[override]

Properties that may be used for configuring objects.

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


Implementation
    protected function get properties():Object
    protected function set properties(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