Packageorg.spicefactory.parsley.core.events
Classpublic class ViewLifecycleEvent
InheritanceViewLifecycleEvent Inheritance flash.events.Event

Event that fires to demarcate the lifecycle of a managed view.



Public Properties
 PropertyDefined By
  configuration : ViewConfiguration
[read-only] The configuration of the managed view.
ViewLifecycleEvent
Public Methods
 MethodDefined By
  
ViewLifecycleEvent(type:String, configuration:ViewConfiguration)
Creates a new event instance.
ViewLifecycleEvent
Public Constants
 ConstantDefined By
  DESTROY_VIEW : String = destroyView
[static] Constant for the type event fired when the managed view should get destroyed.
ViewLifecycleEvent
  INIT_VIEW : String = initView
[static] Constant for the type event fired when the managed view should get initialized.
ViewLifecycleEvent
Property Detail
configurationproperty
configuration:ViewConfiguration  [read-only]

The configuration of the managed view.


Implementation
    public function get configuration():ViewConfiguration
Constructor Detail
ViewLifecycleEvent()Constructor
public function ViewLifecycleEvent(type:String, configuration:ViewConfiguration)

Creates a new event instance.

Parameters
type:String — the type of the event
 
configuration:ViewConfiguration — one or more ViewConfigurations that should get processed
Constant Detail
DESTROY_VIEWConstant
public static const DESTROY_VIEW:String = destroyView

Constant for the type event fired when the managed view should get destroyed.

INIT_VIEWConstant 
public static const INIT_VIEW:String = initView

Constant for the type event fired when the managed view should get initialized.