Packageorg.spicefactory.parsley.core.view
Classpublic class ViewAutowireMode
InheritanceViewAutowireMode Inheritance Object

Enumeration for the selection mode of autowired views.



Public Properties
 PropertyDefined By
  key : String
[read-only] The unique key representing this enumeration value.
ViewAutowireMode
Public Constants
 ConstantDefined By
  ALWAYS : ViewAutowireMode
[static] Constant for indicating that a view should always be wired to the Context, no matter whether MXML/XML configuration for that view exists.
ViewAutowireMode
  CONFIGURED : ViewAutowireMode
[static] Constant for indicating that a view should only be wired to the Context if MXML/XML configuration for that view exists.
ViewAutowireMode
  NEVER : ViewAutowireMode
[static] Constant for indicating that a view should never be wired to the Context, even if MXML/XML configuration for that view exists.
ViewAutowireMode
Property Detail
keyproperty
key:String  [read-only]

The unique key representing this enumeration value.


Implementation
    public function get key():String
Constant Detail
ALWAYSConstant
public static const ALWAYS:ViewAutowireMode

Constant for indicating that a view should always be wired to the Context, no matter whether MXML/XML configuration for that view exists.

CONFIGUREDConstant 
public static const CONFIGURED:ViewAutowireMode

Constant for indicating that a view should only be wired to the Context if MXML/XML configuration for that view exists.

NEVERConstant 
public static const NEVER:ViewAutowireMode

Constant for indicating that a view should never be wired to the Context, even if MXML/XML configuration for that view exists.