Packageorg.apache.flex.html.beads.layouts
Classpublic class LayoutChangeNotifier
InheritanceLayoutChangeNotifier Inheritance Object
Implements IBead

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

The LayoutChangeNotifier notifies layouts when a property it is watching changes.



Public Properties
 PropertyDefined By
  initialValue : Object
[write-only] The value of the property being watched.
LayoutChangeNotifier
  strand : IStrand
[write-only] The host component for this bead.
LayoutChangeNotifier
  watchedProperty : Object
[write-only] The value of the property being watched.
LayoutChangeNotifier
Public Methods
 MethodDefined By
  
constructor.
LayoutChangeNotifier
Property Detail
initialValueproperty
initialValue:Object  [write-only]

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

The value of the property being watched. This is usually a data binding expression.


Implementation
    public function set initialValue(value:Object):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
watchedPropertyproperty 
watchedProperty:Object  [write-only]

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

The value of the property being watched. This is usually a data binding expression.


Implementation
    public function set watchedProperty(value:Object):void
Constructor Detail
LayoutChangeNotifier()Constructor
public function LayoutChangeNotifier()

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

constructor.