| Package | org.spicefactory.parsley.core.events |
| Class | public class ViewLifecycleEvent |
| Inheritance | ViewLifecycleEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| configuration : ViewConfiguration [read-only]
The configuration of the managed view. | ViewLifecycleEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ViewLifecycleEvent(type:String, configuration:ViewConfiguration)
Creates a new event instance. | ViewLifecycleEvent | ||
| Constant | Defined 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 | ||
| configuration | property |
configuration:ViewConfiguration [read-only] The configuration of the managed view.
public function get configuration():ViewConfiguration| ViewLifecycleEvent | () | Constructor |
public function ViewLifecycleEvent(type:String, configuration:ViewConfiguration)Creates a new event instance.
Parameterstype:String — the type of the event
| |
configuration:ViewConfiguration — one or more ViewConfigurations that should get processed
|
| DESTROY_VIEW | Constant |
public static const DESTROY_VIEW:String = destroyViewConstant for the type event fired when the managed view should get destroyed.
| INIT_VIEW | Constant |
public static const INIT_VIEW:String = initViewConstant for the type event fired when the managed view should get initialized.