Packageorg.apache.flex.html.beads
Classpublic class DataProviderChangeNotifier
InheritanceDataProviderChangeNotifier Inheritance Object
Implements IBead, IDocument

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

The DataProviderChangeNotifier notifies listeners when a selection model's ArrayList dataProvider has changed.



Public Properties
 PropertyDefined By
  propertyName : String
The property in the sourceID that is the ArrayList.
DataProviderChangeNotifier
  sourceID : String
The ID of the object holding the ArrayList, usually a model.
DataProviderChangeNotifier
  strand : IStrand
[write-only] The host component for this bead.
DataProviderChangeNotifier
Protected Properties
 PropertyDefined By
  _dataProvider : ArrayList
DataProviderChangeNotifier
  document : Object
DataProviderChangeNotifier
Public Methods
 MethodDefined By
  
constructor.
DataProviderChangeNotifier
Property Detail
_dataProviderproperty
protected var _dataProvider:ArrayList

documentproperty 
protected var document:Object

propertyNameproperty 
propertyName:String

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

The property in the sourceID that is the ArrayList.


Implementation
    public function get propertyName():String
    public function set propertyName(value:String):void
sourceIDproperty 
sourceID:String

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

The ID of the object holding the ArrayList, usually a model.


Implementation
    public function get sourceID():String
    public function set sourceID(value:String):void
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
DataProviderChangeNotifier()Constructor
public function DataProviderChangeNotifier()

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

constructor.