more cleanup after refactor

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9e03934f
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9e03934f
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9e03934f

Branch: refs/heads/develop
Commit: 9e03934fd26110389223bf90ded8a729bdc04924
Parents: b308356
Author: Alex Harui <aha...@apache.org>
Authored: Mon Jul 15 20:45:29 2013 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon Jul 15 20:45:29 2013 -0700

----------------------------------------------------------------------
 frameworks/as/defaults.css                      | 164 +++++++++----------
 frameworks/as/src/FlexJSUIClasses.as            |  44 ++---
 .../apache/flex/html/staticControls/Alert.as    |   5 -
 .../apache/flex/html/staticControls/ComboBox.as |   3 -
 .../flex/html/staticControls/Container.as       |   2 -
 .../apache/flex/html/staticControls/Label.as    |   2 -
 .../flex/html/staticControls/NumericStepper.as  |   2 -
 .../flex/html/staticControls/TextInput.as       |   2 -
 .../html/staticControls/beads/SpinnerView.as    |   6 +-
 .../beads/layouts/NonVirtualVerticalLayout.as   |   1 -
 .../supportClasses/TextFieldItemRenderer.as     |   2 -
 11 files changed, 105 insertions(+), 128 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/defaults.css b/frameworks/as/defaults.css
index 2c138ee..43d13fb 100644
--- a/frameworks/as/defaults.css
+++ b/frameworks/as/defaults.css
@@ -59,15 +59,24 @@ global
     IStatesImpl: ClassReference("org.apache.flex.core.SimpleStatesImpl");
 }
 
-CheckBox
+Alert
 {
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.ToggleButtonModel");
-    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView");       
               
+    iBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.AlertModel");
+    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.AlertView");
+    IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.AlertController");
+    iBackgroundBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead");
+    iBorderBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead");
+    
+    background-color: #FFFFFF;
+    border-style: solid;
+    border-color: #000000;
+    border-thickness: 1;
 }
 
-Container
+CheckBox
 {
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.ContainerView")
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.ToggleButtonModel");
+    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView");       
               
 }
 
 ComboBox
@@ -78,6 +87,17 @@ ComboBox
     IPopUp: 
ClassReference("org.apache.flex.html.staticControls.supportClasses.DropDownListList");
 }
 
+Container
+{
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.ContainerView")
+}
+
+ControlBar
+{
+    IBeadLayout: 
ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout");
+    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.ControlBarMeasurementBead");
+}
+
 DropDownList
 {
     IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel");
@@ -111,46 +131,37 @@ List
     IItemRenderer: 
ClassReference("org.apache.flex.html.staticControls.supportClasses.TextFieldItemRenderer");
 }
 
-RadioButton
-{
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel");
-    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonView");    
               
-}
-
-TextButton
-{
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.CSSTextButtonView");
-    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.TextButtonMeasurementBead");
-}
-
-TextFieldItemRenderer
-{
-    IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.ItemRendererMouseController");
-    height: 16;
-}
-
-TextArea
+NumericStepper
 {
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextAreaView");
-    width: 135;
-    height: 20;
+    iBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.SpinnerModel");
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.NumericStepperView");
+    
+    padding: 0px;
+    border-style: solid;
+    border-color: #000000;
+    border-thickness: 1;
+    background-color: #FFFFFF;
+    iBorderBead: 
ClassReference('org.apache.flex.html.staticControls.beads.SingleLineBorderBead');
+    iBackgroundBead: 
ClassReference('org.apache.flex.html.staticControls.beads.SolidBackgroundBead');
 }
 
-TextInput
+Panel
 {
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextInputWithBorderView");
-       width: 135;
-       height: 20;
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.PanelModel");
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.PanelView");
+    iBorderBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead");
+    iBackgroundBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead");
+    
+    background-color: #FFFFFF;
+    border-style: solid;
+    border-color: #000000;
+    border-thickness: 1;
 }
 
-TitleBar
+RadioButton
 {
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TitleBarModel");
-    IBeadLayout: 
ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout");
-    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.TitleBarMeasurementBead");
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel");
+    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonView");    
               
 }
 
 ScrollBar
@@ -161,25 +172,6 @@ ScrollBar
     IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.VScrollBarMouseController");
 }
 
-ControlBar
-{
-    IBeadLayout: 
ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout");
-    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.ControlBarMeasurementBead");
-}
-
-Panel
-{
-    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.PanelModel");
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.PanelView");
-    iBorderBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead");
-    iBackgroundBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead");
-
-    background-color: #FFFFFF;
-    border-style: solid;
-    border-color: #000000;
-    border-thickness: 1;
-}
-
 SimpleAlert
 {
     iBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.AlertModel");
@@ -187,21 +179,7 @@ SimpleAlert
     IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.AlertController");
     iBorderBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead");
     iBackgroundBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead");
-
-    background-color: #FFFFFF;
-    border-style: solid;
-    border-color: #000000;
-    border-thickness: 1;
-}
-
-Alert
-{
-    iBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.AlertModel");
-    IBeadView:  
ClassReference("org.apache.flex.html.staticControls.beads.AlertView");
-    IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.AlertController");
-    iBackgroundBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead");
-    iBorderBead: 
ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead");
-
+    
     background-color: #FFFFFF;
     border-style: solid;
     border-color: #000000;
@@ -215,18 +193,40 @@ Spinner
     IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.SpinnerMouseController");
 }
 
-NumericStepper
+TextArea
 {
-    iBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.SpinnerModel");
-    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.NumericStepperView");
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextAreaView");
+    width: 135;
+    height: 20;
+}
 
-    padding: 0px;
-    border-style: solid;
-    border-color: #000000;
-    border-thickness: 1;
-    background-color: #FFFFFF;
-    iBorderBead: 
ClassReference('org.apache.flex.html.staticControls.beads.SingleLineBorderBead');
-    iBackgroundBead: 
ClassReference('org.apache.flex.html.staticControls.beads.SolidBackgroundBead');
+TextButton
+{
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.CSSTextButtonView");
+    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.TextButtonMeasurementBead");
+}
+
+TextFieldItemRenderer
+{
+    IBeadController: 
ClassReference("org.apache.flex.html.staticControls.beads.controllers.ItemRendererMouseController");
+    height: 16;
+}
+
+TextInput
+{
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
+    IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextInputWithBorderView");
+       width: 135;
+       height: 20;
+}
+
+TitleBar
+{
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TitleBarModel");
+    IBeadLayout: 
ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout");
+    iMeasurementBead: 
ClassReference("org.apache.flex.html.staticControls.beads.TitleBarMeasurementBead");
 }
 
 /* HTML5 */

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/FlexJSUIClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/FlexJSUIClasses.as 
b/frameworks/as/src/FlexJSUIClasses.as
index 236cd5b..2460863 100644
--- a/frameworks/as/src/FlexJSUIClasses.as
+++ b/frameworks/as/src/FlexJSUIClasses.as
@@ -27,36 +27,36 @@ package
  */
 internal class FlexJSUIClasses
 {
+    import org.apache.flex.html.staticControls.beads.AlertView; AlertView;
+    import org.apache.flex.html.staticControls.beads.CheckBoxView; 
CheckBoxView;
+    import org.apache.flex.html.staticControls.beads.ComboBoxView; 
ComboBoxView;
+    import org.apache.flex.html.staticControls.beads.ContainerView; 
ContainerView;
+    import 
org.apache.flex.html.staticControls.beads.ControlBarMeasurementBead; 
ControlBarMeasurementBead;
        import org.apache.flex.html.staticControls.beads.CSSTextButtonView; 
CSSTextButtonView;
     import org.apache.flex.html.staticControls.beads.DropDownListView; 
DropDownListView;
-       import org.apache.flex.html.staticControls.beads.TextButtonView; 
TextButtonView;
-       import org.apache.flex.html.staticControls.beads.TextFieldView; 
TextFieldView;
-       import org.apache.flex.html.staticControls.beads.TextInputView; 
TextInputView;
-       import 
org.apache.flex.html.staticControls.beads.TextInputWithBorderView; 
TextInputWithBorderView;
-       import org.apache.flex.html.staticControls.beads.TextAreaView; 
TextAreaView;
-       import org.apache.flex.html.staticControls.beads.CheckBoxView; 
CheckBoxView;
+    import org.apache.flex.html.staticControls.beads.ListView; ListView;
+    import org.apache.flex.html.staticControls.beads.NumericStepperView; 
NumericStepperView;
+    import org.apache.flex.html.staticControls.beads.PanelView; PanelView;
        import org.apache.flex.html.staticControls.beads.RadioButtonView; 
RadioButtonView;
-       import org.apache.flex.html.staticControls.beads.ComboBoxView; 
ComboBoxView;
-    import org.apache.flex.html.staticControls.beads.ContainerView; 
ContainerView;
-       import org.apache.flex.html.staticControls.beads.PanelView; PanelView;
        import org.apache.flex.html.staticControls.beads.SimpleAlertView; 
SimpleAlertView;
-       import org.apache.flex.html.staticControls.beads.AlertView; AlertView;
-    import org.apache.flex.html.staticControls.beads.ListView; ListView;
+    import org.apache.flex.html.staticControls.beads.SpinnerView; SpinnerView;
+    import 
org.apache.flex.html.staticControls.beads.TextButtonMeasurementBead; 
TextButtonMeasurementBead;
        import 
org.apache.flex.html.staticControls.beads.TextFieldLabelMeasurementBead; 
TextFieldLabelMeasurementBead;
-       import 
org.apache.flex.html.staticControls.beads.TextButtonMeasurementBead; 
TextButtonMeasurementBead;
-       import 
org.apache.flex.html.staticControls.beads.TitleBarMeasurementBead; 
TitleBarMeasurementBead;
-       import 
org.apache.flex.html.staticControls.beads.ControlBarMeasurementBead; 
ControlBarMeasurementBead;
-       import org.apache.flex.html.staticControls.beads.SpinnerView; 
SpinnerView;
-       import org.apache.flex.html.staticControls.beads.NumericStepperView; 
NumericStepperView;
+    import org.apache.flex.html.staticControls.beads.TextAreaView; 
TextAreaView;
+    import org.apache.flex.html.staticControls.beads.TextButtonView; 
TextButtonView;
+    import org.apache.flex.html.staticControls.beads.TextFieldView; 
TextFieldView;
+    import org.apache.flex.html.staticControls.beads.TextInputView; 
TextInputView;
+    import org.apache.flex.html.staticControls.beads.TextInputWithBorderView; 
TextInputWithBorderView;
+    import org.apache.flex.html.staticControls.beads.TitleBarMeasurementBead; 
TitleBarMeasurementBead;
+    import org.apache.flex.html.staticControls.beads.models.AlertModel; 
AlertModel;
+    import 
org.apache.flex.html.staticControls.beads.models.ArraySelectionModel; 
ArraySelectionModel;
+    import org.apache.flex.html.staticControls.beads.models.ComboBoxModel; 
ComboBoxModel;
+    import org.apache.flex.html.staticControls.beads.models.PanelModel; 
PanelModel;
+    import org.apache.flex.html.staticControls.beads.models.SpinnerModel; 
SpinnerModel;
        import org.apache.flex.html.staticControls.beads.models.TextModel; 
TextModel;
-       import org.apache.flex.html.staticControls.beads.models.ComboBoxModel; 
ComboBoxModel;
+    import org.apache.flex.html.staticControls.beads.models.TitleBarModel; 
TitleBarModel;
        import 
org.apache.flex.html.staticControls.beads.models.ToggleButtonModel; 
ToggleButtonModel;
        import 
org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel; 
ValueToggleButtonModel;
-    import 
org.apache.flex.html.staticControls.beads.models.ArraySelectionModel; 
ArraySelectionModel;
-       import org.apache.flex.html.staticControls.beads.models.TitleBarModel; 
TitleBarModel;
-       import org.apache.flex.html.staticControls.beads.models.PanelModel; 
PanelModel;
-       import org.apache.flex.html.staticControls.beads.models.AlertModel; 
AlertModel;
-       import org.apache.flex.html.staticControls.beads.models.SpinnerModel; 
SpinnerModel;
     import 
org.apache.flex.html.staticControls.beads.controllers.DropDownListController; 
DropDownListController;
     import 
org.apache.flex.html.staticControls.beads.controllers.ListSingleSelectionMouseController;
 ListSingleSelectionMouseController;
     import 
org.apache.flex.html.staticControls.beads.controllers.ItemRendererMouseController;
 ItemRendererMouseController;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/Alert.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/html/staticControls/Alert.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/Alert.as
index 969a819..22e9cfe 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/Alert.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/Alert.as
@@ -19,13 +19,8 @@
 package org.apache.flex.html.staticControls
 {
        import org.apache.flex.core.IAlertModel;
-       import org.apache.flex.core.IBead;
        import org.apache.flex.core.IPopUp;
        import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
-       import org.apache.flex.events.Event;
-       import org.apache.flex.html.staticControls.beads.IBackgroundBead;
-       import org.apache.flex.html.staticControls.beads.IBorderBead;
        
        public class Alert extends UIBase implements IPopUp
        {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/ComboBox.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/html/staticControls/ComboBox.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/ComboBox.as
index e53a239..d70e644 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/ComboBox.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/ComboBox.as
@@ -18,11 +18,8 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.html.staticControls
 {
-       import org.apache.flex.core.IBeadView;
        import org.apache.flex.core.IComboBoxModel;
        import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
-       import 
org.apache.flex.html.staticControls.beads.controllers.ComboBoxController;
        
        [Event(name="change", type="org.apache.flex.events.Event")]
        

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/Container.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/html/staticControls/Container.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/Container.as
index f3524fe..2263852 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/Container.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/Container.as
@@ -21,10 +21,8 @@ package org.apache.flex.html.staticControls
        import flash.display.DisplayObject;
        import flash.display.DisplayObjectContainer;
        
-       import org.apache.flex.core.IBead;
        import org.apache.flex.core.IContainer;
        import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
        import org.apache.flex.events.Event;
        
     [Event(name="change", type="org.apache.flex.events.Event")]

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/Label.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/html/staticControls/Label.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/Label.as
index 6fdf157..30565d6 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/Label.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/Label.as
@@ -18,10 +18,8 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.html.staticControls
 {
-       import org.apache.flex.core.IBead;
        import org.apache.flex.core.ITextModel;
        import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
        import org.apache.flex.events.Event;
        import org.apache.flex.events.IEventDispatcher;
        

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/NumericStepper.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/src/org/apache/flex/html/staticControls/NumericStepper.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/NumericStepper.as
index 47774bf..6341994 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/NumericStepper.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/NumericStepper.as
@@ -18,9 +18,7 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.html.staticControls
 {
-       import org.apache.flex.core.IBead;
        import org.apache.flex.core.ISpinnerModel;
-       import org.apache.flex.core.ValuesManager;
 
        [Event(name="valueChanged", type="org.apache.flex.events.Event")]
        public class NumericStepper extends Container

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/TextInput.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/html/staticControls/TextInput.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/TextInput.as
index d17a58b..c048564 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/TextInput.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/TextInput.as
@@ -17,10 +17,8 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.html.staticControls
 {
-       import org.apache.flex.core.IBead;
        import org.apache.flex.core.ITextModel;
        import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
        
        public class TextInput extends UIBase
        {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/src/org/apache/flex/html/staticControls/beads/SpinnerView.as 
b/frameworks/as/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
index 0b506fa..d9bfc4d 100644
--- a/frameworks/as/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
+++ b/frameworks/as/src/org/apache/flex/html/staticControls/beads/SpinnerView.as
@@ -26,7 +26,6 @@ package org.apache.flex.html.staticControls.beads
        import org.apache.flex.core.UIBase;
        import org.apache.flex.html.staticControls.Button;
        import 
org.apache.flex.html.staticControls.beads.controllers.ButtonAutoRepeatController;
-       import 
org.apache.flex.html.staticControls.beads.controllers.SpinnerMouseController;
        
        public class SpinnerView implements ISpinnerView, IBeadView
        {
@@ -47,10 +46,7 @@ package org.apache.flex.html.staticControls.beads
                        _decrement = new Button();
                        Button(_decrement).addBead(new DownArrowButtonView());
                        Button(_decrement).addBead(new 
ButtonAutoRepeatController());
-                       
-                       var mouseController:SpinnerMouseController = new 
SpinnerMouseController();
-                       _strand.addBead(mouseController);
-                       
+                                               
                        Button(_increment).x = 0;
                        Button(_increment).y = 0;
                        Button(_decrement).x = 0;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalLayout.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalLayout.as
 
b/frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalLayout.as
index a7d3836..06783fa 100644
--- 
a/frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalLayout.as
+++ 
b/frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalLayout.as
@@ -19,7 +19,6 @@
 package org.apache.flex.html.staticControls.beads.layouts
 {
        import flash.display.DisplayObject;
-       import flash.display.DisplayObjectContainer;
        
        import org.apache.flex.core.IBead;
        import org.apache.flex.core.IStrand;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e03934f/frameworks/as/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
 
b/frameworks/as/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
index 806180a..2d13262 100644
--- 
a/frameworks/as/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
+++ 
b/frameworks/as/src/org/apache/flex/html/staticControls/supportClasses/TextFieldItemRenderer.as
@@ -23,8 +23,6 @@ package org.apache.flex.html.staticControls.supportClasses
     import org.apache.flex.core.CSSTextField;
     import org.apache.flex.core.IBead;
     import org.apache.flex.core.IBeadController;
-    import org.apache.flex.core.IBeadModel;
-    import org.apache.flex.core.IBeadView;
     import org.apache.flex.core.IStrand;
     import org.apache.flex.core.IUIBase;
     import org.apache.flex.core.UIBase;

Reply via email to