Packageorg.apache.flex.core
Classpublic class ValuesManager
InheritanceValuesManager Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ValuesManager class is one of the few Singleton classes in FlexJS. Instances of other things can be shared via IValuesImpl, but this class's API is its one static property where you get the instance of IValuesImpl by which other instances can be shared.



Public Properties
 PropertyDefined By
  valuesImpl : IValuesImpl
[static] The implementation of IValuesImpl where you can get default values and shared instances.
ValuesManager
Public Methods
 MethodDefined By
  
Constructor.
ValuesManager
Property Detail
valuesImplproperty
valuesImpl:IValuesImpl

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The implementation of IValuesImpl where you can get default values and shared instances.


Implementation
    public static function get valuesImpl():IValuesImpl
    public static function set valuesImpl(value:IValuesImpl):void

See also

Constructor Detail
ValuesManager()Constructor
public function ValuesManager()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor. This class should not be instantiated.