Updated Branches:
  refs/heads/develop e9f593f37 -> 6644ca1e4

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderView.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderView.as
index 585a269..83893dc 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderView.as
@@ -33,8 +33,8 @@ package org.apache.flex.html.staticControls.beads
        import org.apache.flex.html.staticControls.Button;
        
        /**
-        *  The SliderView class creates the visual elements of the Slider 
component. The Slider
-        *  has a track and a thumb control which are also created with view 
beads.
+        *  The SliderView class creates the visual elements of the 
org.apache.flex.html.staticControls.Slider 
+        *  component. The Slider has a track and a thumb control which are 
also created with view beads.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -60,7 +60,12 @@ package org.apache.flex.html.staticControls.beads
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
index c11274b..e2ed0aa 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
@@ -31,7 +31,8 @@ package org.apache.flex.html.staticControls.beads
        import 
org.apache.flex.html.staticControls.beads.controllers.ButtonAutoRepeatController;
        
        /**
-        *  The SpinnerView class creates the visual elements of the Spinner 
component.
+        *  The SpinnerView class creates the visual elements of the 
org.apache.flex.html.staticControls.Spinner 
+        *  component.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -57,7 +58,12 @@ package org.apache.flex.html.staticControls.beads
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -87,7 +93,7 @@ package org.apache.flex.html.staticControls.beads
                private var _increment:DisplayObject;
                
                /**
-                *  The component for decrementing the Spinner value.
+                *  The component for decrementing the 
org.apache.flex.html.staticControls.Spinner value.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -100,7 +106,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The component for incrementing the Spinner value.
+                *  The component for incrementing the 
org.apache.flex.html.staticControls.Spinner value.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextButtonMeasurementBead.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextButtonMeasurementBead.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextButtonMeasurementBead.as
index f1fdd65..e546cdd 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextButtonMeasurementBead.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextButtonMeasurementBead.as
@@ -22,7 +22,7 @@ package org.apache.flex.html.staticControls.beads
        import org.apache.flex.core.IStrand;
        
        /**
-        *  The TextButtonMeasurementBead class helps measure a TextButton.
+        *  The TextButtonMeasurementBead class helps measure a 
org.apache.flex.html.staticControls.TextButton.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The overall width of the TextButton.
+                *  The overall width of the 
org.apache.flex.html.staticControls.TextButton.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -59,7 +59,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                * The overall height of the TextButton
+                * The overall height of the 
org.apache.flex.html.staticControls.TextButton
                 */
                public function get measuredHeight():Number
                {
@@ -71,7 +71,12 @@ package org.apache.flex.html.staticControls.beads
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextFieldLabelMeasurementBead.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextFieldLabelMeasurementBead.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextFieldLabelMeasurementBead.as
index 62b21bd..3645247 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextFieldLabelMeasurementBead.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TextFieldLabelMeasurementBead.as
@@ -22,7 +22,8 @@ package org.apache.flex.html.staticControls.beads
        import org.apache.flex.core.IStrand;
        
        /**
-        *  The TextFieldLabelMeasurementBead class helps to measure TextField 
components.
+        *  The TextFieldLabelMeasurementBead class helps to measure 
org.apache.flex.html.staticControls.Label 
+        *  components.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -44,7 +45,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The overall width of the TextField.
+                *  The overall width of the 
org.apache.flex.html.staticControls.Label.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -59,7 +60,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The overall height of the TextField.
+                *  The overall height of the 
org.apache.flex.html.staticControls.Label.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -76,7 +77,12 @@ package org.apache.flex.html.staticControls.beads
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TitleBarMeasurementBead.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TitleBarMeasurementBead.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TitleBarMeasurementBead.as
index 87cc7be..9976ea6 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TitleBarMeasurementBead.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/TitleBarMeasurementBead.as
@@ -24,7 +24,8 @@ package org.apache.flex.html.staticControls.beads
        import org.apache.flex.html.staticControls.TitleBar;
        
        /**
-        *  The TitleBarMeasurementBead class measures the overall size of a 
TitleBar.
+        *  The TitleBarMeasurementBead class measures the overall size of a 
+        *  org.apache.flex.html.staticControls.TitleBar.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -46,7 +47,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The overall width of the TitleBar.
+                *  The overall width of the 
org.apache.flex.html.staticControls.TitleBar.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -67,7 +68,7 @@ package org.apache.flex.html.staticControls.beads
                }
                
                /**
-                *  The overall height of the TitleBar.
+                *  The overall height of the 
org.apache.flex.html.staticControls.TitleBar.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -90,7 +91,12 @@ package org.apache.flex.html.staticControls.beads
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/AlertController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/AlertController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/AlertController.as
index c44cac9..7622b54 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/AlertController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/AlertController.as
@@ -26,8 +26,8 @@ package org.apache.flex.html.staticControls.beads.controllers
        import org.apache.flex.events.IEventDispatcher;
 
        /**
-        *  The AlertControler class bead handles the close event on the Alert 
by removing the
-        *  Alert from the display.
+        *  The AlertControler class bead handles the close event on the 
org.apache.flex.html.staticControls.Alert 
+        *  by removing the org.apache.flex.html.staticControls.Alert from the 
display.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -51,7 +51,12 @@ package org.apache.flex.html.staticControls.beads.controllers
         private var _strand:IStrand;
         
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
         public function get strand():IStrand
         {
@@ -59,7 +64,12 @@ package org.apache.flex.html.staticControls.beads.controllers
         }
         
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
         public function set strand(value:IStrand):void
         {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ComboBoxController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ComboBoxController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ComboBoxController.as
index 4ecfbad..1f333ef 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ComboBoxController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ComboBoxController.as
@@ -30,8 +30,9 @@ package org.apache.flex.html.staticControls.beads.controllers
 
        /**
         *  The ComboBoxController class bead handles mouse events on the 
elements of
-        *  the ComboBox. This includes selecting the button to display the 
selection list
-        *  pop-up as well as selecting an item from the pop-up list.
+        *  the org.apache.flex.html.staticControls.ComboBox. This includes 
selecting the 
+        *  button to display the selection list pop-up as well as selecting an 
item from the 
+        *  pop-up list.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -55,7 +56,12 @@ package org.apache.flex.html.staticControls.beads.controllers
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/EditableTextKeyboardController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/EditableTextKeyboardController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/EditableTextKeyboardController.as
index 6503457..b9c2f7e 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/EditableTextKeyboardController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/EditableTextKeyboardController.as
@@ -55,7 +55,12 @@ package org.apache.flex.html.staticControls.beads.controllers
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ItemRendererMouseController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ItemRendererMouseController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ItemRendererMouseController.as
index c6c3a81..d72bbdb 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ItemRendererMouseController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ItemRendererMouseController.as
@@ -53,7 +53,12 @@ package org.apache.flex.html.staticControls.beads.controllers
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SliderMouseController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SliderMouseController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SliderMouseController.as
index b4eccbf..3b6e295 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SliderMouseController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SliderMouseController.as
@@ -31,10 +31,10 @@ package 
org.apache.flex.html.staticControls.beads.controllers
        import org.apache.flex.html.staticControls.beads.ISliderView;
        
        /**
-        *  The SliderMouseController class bead handles mouse events on the 
Slider's component
-        *  parts (thumb and track) and dispatches change events on behalf of 
the Slider (as well
-        *  as co-ordinating visual changes (such as moving the thumb when the 
track has been 
-        *  tapped or clicked).
+        *  The SliderMouseController class bead handles mouse events on the 
+        *  org.apache.flex.html.staticControls.Slider's component parts (thumb 
and track) and 
+        *  dispatches change events on behalf of the Slider (as well as 
co-ordinating visual 
+        *  changes (such as moving the thumb when the track has been tapped or 
clicked).
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -60,7 +60,12 @@ package org.apache.flex.html.staticControls.beads.controllers
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SpinnerMouseController.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SpinnerMouseController.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SpinnerMouseController.as
index 6fa35eb..9823184 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SpinnerMouseController.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/SpinnerMouseController.as
@@ -29,8 +29,9 @@ package org.apache.flex.html.staticControls.beads.controllers
        import org.apache.flex.html.staticControls.beads.ISpinnerView;
        
        /**
-        *  The SpinnerMouseController class bead handles mouse events on the 
Spinner's
-        *  component buttons, changing the value of the Spinner.
+        *  The SpinnerMouseController class bead handles mouse events on the 
+        *  org.apache.flex.html.staticControls.Spinner's component buttons, 
changing the 
+        *  value of the Spinner.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -56,7 +57,12 @@ package org.apache.flex.html.staticControls.beads.controllers
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/layouts/ButtonBarLayout.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/layouts/ButtonBarLayout.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/layouts/ButtonBarLayout.as
index 7d111d5..d27b2dd 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/layouts/ButtonBarLayout.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/layouts/ButtonBarLayout.as
@@ -29,9 +29,9 @@ package org.apache.flex.html.staticControls.beads.layouts
        import org.apache.flex.events.IEventDispatcher;
        
        /**
-        *  The ButtonBarLayout class bead sizes and positions the Button 
elements that
-        *  make up a ButtonBar. This bead arranges the Buttons horizontally 
and makes them
-        *  all the same width unless the buttonWidths property has been set in 
which case
+        *  The ButtonBarLayout class bead sizes and positions the 
org.apache.flex.html.staticControls.Button 
+        *  elements that make up a 
org.apache.flex.html.staticControls.ButtonBar. This bead arranges the Buttons 
+        *  horizontally and makes them all the same width unless the 
buttonWidths property has been set in which case
         *  the values stored in that array are used.
         *  
         *  @langversion 3.0
@@ -56,7 +56,12 @@ package org.apache.flex.html.staticControls.beads.layouts
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/AlertModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/AlertModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/AlertModel.as
index 46c9d73..7ad8f11 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/AlertModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/AlertModel.as
@@ -25,8 +25,8 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.EventDispatcher;
        
        /**
-        *  The AlertModel class bead implements the IAlertModel and holds the 
properties
-        *  for an Alert such the buttons to use and message to display.
+        *  The AlertModel class bead implements the 
org.apache.flex.core.IAlertModel and holds the properties
+        *  for an org.apache.flex.html.staticControls.Alert such the buttons 
to use and message to display.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -51,7 +51,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -62,6 +67,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The title for the Alert.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#title
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -84,6 +91,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The HTML title for the Alert.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#htmlTitle
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -106,6 +115,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The message to display.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#message
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -128,6 +139,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The HTML message to display.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#htmlMessage
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -151,6 +164,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  Which buttons to display (see Alert for details).
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#flags
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -174,6 +189,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The label to use for the OK button.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#okLabel
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -197,6 +214,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The label to use for the Cancel button.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#cancelLabel
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -220,6 +239,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The label to use for the Yes button.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#yesLabel
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -243,6 +264,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The label to use for the NO button.
+                * 
+                *  @copy org.apache.flex.core.IAlertModel#noLabel
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ComboBoxModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ComboBoxModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ComboBoxModel.as
index 5ab8d48..0699c1d 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ComboBoxModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ComboBoxModel.as
@@ -23,8 +23,8 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.Event;
                        
        /**
-        *  The ComboBoxModel class bead extends ArraySelectionModel and adds 
the text being
-        *  displayed by the ComboBox's input field.
+        *  The ComboBoxModel class bead extends 
org.apache.flex.html.staticControls.beads.models.ArraySelectionModel 
+        *  and adds the text being displayed by the 
org.apache.flex.html.staticControls.ComboBox's input field.
         *  
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -48,7 +48,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _text:String;
                
                /**
-                *  The string to display in the ComboBox input field.
+                *  The string to display in the 
org.apache.flex.html.staticControls.ComboBox input field.
+                * 
+                *  @copy org.apache.flex.core.IComboBoxModel#text
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -72,7 +74,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _html:String;
                
                /**
-                *  The HTML string to display in the ComboBox input field.
+                *  The HTML string to display in the 
org.apache.flex.html.staticControls.ComboBox input field.
+                * 
+                *  @copy org.apache.flex.core.IComboBoxModel#html
                 *  
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ImageModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ImageModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ImageModel.as
index 6e2e594..1973b09 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ImageModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ImageModel.as
@@ -24,7 +24,7 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.EventDispatcher;
        
        /**
-        *  The ImageModel class bead defines the data associated with an Image
+        *  The ImageModel class bead defines the data associated with an 
org.apache.flex.html.staticControls.Image
         *  component, namely the source of the image.
         *
         *  @langversion 3.0
@@ -50,7 +50,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -61,6 +66,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The source of the image.
+                * 
+                *  @copy org.apache.flex.core.IImageModel#source
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/PanelModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/PanelModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/PanelModel.as
index e68f519..02716c9 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/PanelModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/PanelModel.as
@@ -25,7 +25,7 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.EventDispatcher;
        
        /**
-        *  The PanelModel bead class holds the values for a Panel, such as its
+        *  The PanelModel bead class holds the values for a 
org.apache.flex.html.staticControls.Panel, such as its
         *  title.
         *
         *  @langversion 3.0
@@ -51,7 +51,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -61,7 +66,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _title:String;
                
                /**
-                *  The title string for the Panel.
+                *  The title string for the 
org.apache.flex.html.staticControls.Panel.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#title
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -84,6 +91,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The HTML string for the title.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#htmlTitle
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -105,7 +114,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _showCloseButton:Boolean = false;
                
                /**
-                *  Indicates whether or not there is a Close button for the 
Panel.
+                *  Indicates whether or not there is a Close button for the 
org.apache.flex.html.staticControls.Panel.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#showCloseButton
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/RangeModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/RangeModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/RangeModel.as
index cf61cab..9a5e421 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/RangeModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/RangeModel.as
@@ -50,7 +50,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -61,6 +66,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The maximum value for the range (defaults to 100).
+                * 
+                *  @copy org.apache.flex.core.IRangeModel#maximum
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -85,6 +92,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The minimum value for the range (defaults to 0).
+                * 
+                *  @copy org.apache.flex.core.IRangeModel#minimum
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -109,6 +118,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The modulus value for the range. 
+                * 
+                *  @copy org.apache.flex.core.IRangeModel#snapInterval
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -133,6 +144,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The amount to adjust the value either up or down toward the 
edge of the range.
+                * 
+                *  @copy org.apache.flex.core.IRangeModel#stepSize
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -159,6 +172,8 @@ package org.apache.flex.html.staticControls.beads.models
                 *  The current value of the range, between the minimum and 
maximum values. Attempting
                 *  to set the value outside of the minimum-maximum range 
changes the value to still be
                 *  within the range. Note that the value is adjusted by the 
stepSize.
+                * 
+                *  @copy org.apache.flex.core.IRangeModel#value
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ScrollBarModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ScrollBarModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ScrollBarModel.as
index 7b19c5f..27fbef0 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ScrollBarModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ScrollBarModel.as
@@ -23,8 +23,8 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.Event;
                
        /**
-        *  The ScrollBarModel class bead extends the RangeModel and added page 
size
-        *  and page step sizes.
+        *  The ScrollBarModel class bead extends the 
org.apache.flex.html.staticControls.beads.models.RangeModel 
+        *  and adds page size and page step sizes.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -48,7 +48,7 @@ package org.apache.flex.html.staticControls.beads.models
                private var _pageSize:Number;
                
                /**
-                *  The amount represented by the thumb control of the 
ScrollBar.
+                *  The amount represented by the thumb control of the 
org.apache.flex.html.staticControls.ScrollBar.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -72,7 +72,8 @@ package org.apache.flex.html.staticControls.beads.models
                private var _pageStepSize:Number;
                
                /**
-                *  The amount to adjust the ScrollBar if the scroll bar's 
track area is selected.
+                *  The amount to adjust the 
org.apache.flex.html.staticControls.ScrollBar if the scroll bar's 
+                *  track area is selected.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/TitleBarModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/TitleBarModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/TitleBarModel.as
index 68bf494..5ce0990 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/TitleBarModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/TitleBarModel.as
@@ -25,7 +25,8 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.EventDispatcher;
        
        /**
-        *  The TitleBarModel class bead holds the values for the TitleBar's 
properties.
+        *  The TitleBarModel class bead holds the values for the 
org.apache.flex.html.staticControls.TitleBar's 
+        *  properties.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -42,7 +43,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -52,7 +58,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _title:String;
                
                /**
-                *  The string title for the TitleBar.
+                *  The string title for the 
org.apache.flex.html.staticControls.TitleBar.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#title
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -76,6 +84,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The HTML string for the title.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#htmlTitle
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -99,6 +109,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  Whether or not to show a close button.
+                * 
+                *  @copy org.apache.flex.core.ITitleBarModel#showCloseButton
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ToggleButtonModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ToggleButtonModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ToggleButtonModel.as
index f970ec9..f0b334f 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ToggleButtonModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ToggleButtonModel.as
@@ -25,7 +25,8 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.EventDispatcher;
        
        /**
-        *  The ToggleButtonModel class bead holds values for Buttons that have 
a state.
+        *  The ToggleButtonModel class bead holds values for 
org.apache.flex.html.staticControls.Buttons 
+        *  that have a state.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2
@@ -50,7 +51,12 @@ package org.apache.flex.html.staticControls.beads.models
                private var _strand:IStrand;
                
                /**
-                * @private
+                *  @copy org.apache.flex.core.IBead#strand
+                *  
+                *  @langversion 3.0
+                *  @playerversion Flash 10.2
+                *  @playerversion AIR 2.6
+                *  @productversion FlexJS 0.0
                 */
                public function set strand(value:IStrand):void
                {
@@ -60,7 +66,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _text:String;
                
                /**
-                *  The text string for the Button's label.
+                *  The text string for the 
org.apache.flex.html.staticControls.Button's label.
+                * 
+                *  @copy org.apache.flex.core.IToggleButtonModel#text
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -85,6 +93,8 @@ package org.apache.flex.html.staticControls.beads.models
                
                /**
                 *  The HTML string for the Button's label.
+                * 
+                *  @copy org.apache.flex.core.IToggleButtonModel#html
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2
@@ -108,7 +118,9 @@ package org.apache.flex.html.staticControls.beads.models
                private var _selected:Boolean;
                
                /**
-                *  Whether or not the button is selected.
+                *  Whether or not the 
org.apache.flex.html.staticControls.Button is selected.
+                * 
+                *  @copy org.apache.flex.core.IToggleButtonModel#selected
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ValueToggleButtonModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ValueToggleButtonModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ValueToggleButtonModel.as
index d187d98..e306ad1 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ValueToggleButtonModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ValueToggleButtonModel.as
@@ -23,8 +23,10 @@ package org.apache.flex.html.staticControls.beads.models
        import org.apache.flex.events.Event;
 
        /**
-        *  The ValueToggleButtonModel class bead extends the ToggleButtonModel 
and adds
-        *  value intended to represent a collection of similar Buttons such as 
RadioButtons.
+        *  The ValueToggleButtonModel class bead extends the 
+        *  org.apache.flex.html.staticControls.beads.models.ToggleButtonModel 
and adds
+        *  value intended to represent a collection of similar 
org.apache.flex.html.staticControls.Buttons 
+        *  such as org.apache.flex.html.staticControls.RadioButtons.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/ButtonBarButtonItemRenderer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/ButtonBarButtonItemRenderer.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/ButtonBarButtonItemRenderer.as
index 5b0deb5..a5179da 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/ButtonBarButtonItemRenderer.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/ButtonBarButtonItemRenderer.as
@@ -25,8 +25,9 @@ package org.apache.flex.html.staticControls.supportClasses
        import org.apache.flex.html.staticControls.beads.ITextItemRenderer;
 
        /**
-        *  The ButtonBarButtonItemRenderer class handles the display of each 
item for the ButtonBar component.
-        *  This class uses a Button to represent the data.
+        *  The ButtonBarButtonItemRenderer class handles the display of each 
item for the 
+        *  org.apache.flex.html.staticControls.ButtonBar component. This class 
uses a 
+        *  org.apache.flex.html.staticControls.Button to represent the data.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/DataItemRenderer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/DataItemRenderer.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/DataItemRenderer.as
index a6c6386..310f725 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/DataItemRenderer.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/DataItemRenderer.as
@@ -22,7 +22,8 @@ package org.apache.flex.html.staticControls.supportClasses
 
        /**
         *  The DataItemRenderer class is the base class for most 
itemRenderers. This class
-        *  extends UIItemRendererBase and includes row and column index values.
+        *  extends 
org.apache.flex.html.staticControls.supportClasses.UIItemRendererBase and 
+        *  includes row and column index values.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/StringItemRenderer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/StringItemRenderer.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/StringItemRenderer.as
index 4dd84ee..3811ca5 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/StringItemRenderer.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/StringItemRenderer.as
@@ -102,6 +102,8 @@ package org.apache.flex.html.staticControls.supportClasses
                
                /**
                 *  Sets the data value and uses the String version of the data 
for display.
+                * 
+                *  @param Object data The object being displayed by the 
itemRenderer instance.
                 *
                 *  @langversion 3.0
                 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
index e86c6fe..ceb83a7 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
@@ -31,7 +31,7 @@ package org.apache.flex.html.staticControls.supportClasses
     import org.apache.flex.html.staticControls.beads.ITextItemRenderer;
        
        /**
-        *  The TextFieldItemRenderer class provides a TextField as an 
itemRenderer.
+        *  The TextFieldItemRenderer class provides a 
org.apache.flex.html.staticControls.TextField as an itemRenderer.
         *
         *  @langversion 3.0
         *  @playerversion Flash 10.2

Reply via email to