Packageorg.apache.flex.core
Classpublic class SimpleStatesImpl
InheritanceSimpleStatesImpl Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IStatesImpl, IBead

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

The SimpleStatesImpl class implements a minimal set of view state functionality that is sufficient for most applications. It only supports AddItems and SetProperty changes at this time.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
SimpleStatesImpl
Public Methods
 MethodDefined By
  
Constructor.
SimpleStatesImpl
Property Detail
strandproperty
strand:IStrand  [write-only]

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

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
SimpleStatesImpl()Constructor
public function SimpleStatesImpl()

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

Constructor.