Package | org.apache.flex.html.beads |
Class | public class DataProviderChangeNotifier |
Inheritance | DataProviderChangeNotifier ![]() |
Implements | IBead, IDocument |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined 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 |
Property | Defined By | ||
---|---|---|---|
_dataProvider : ArrayList | DataProviderChangeNotifier | ||
document : Object | DataProviderChangeNotifier |
Method | Defined By | ||
---|---|---|---|
constructor. | DataProviderChangeNotifier |
_dataProvider | property |
protected var _dataProvider:ArrayList
document | property |
protected var document:Object
propertyName | property |
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.
public function get propertyName():String
public function set propertyName(value:String):void
sourceID | property |
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.
public function get sourceID():String
public function set sourceID(value:String):void
strand | property |
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.
public function set strand(value:IStrand):void
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.