new components to get TitleBar to work in MXML

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

Branch: refs/heads/develop
Commit: b24d57468b1d755b51dd2b2818470abfafc112d0
Parents: 1163b7b
Author: Alex Harui <aha...@apache.org>
Authored: Mon Sep 15 13:38:10 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Sep 23 14:49:41 2014 -0700

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/basic-manifest.xml     | 3 +++
 frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b24d5746/frameworks/as/projects/FlexJSUI/basic-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/basic-manifest.xml 
b/frameworks/as/projects/FlexJSUI/basic-manifest.xml
index fd4f98f..f97d70d 100644
--- a/frameworks/as/projects/FlexJSUI/basic-manifest.xml
+++ b/frameworks/as/projects/FlexJSUI/basic-manifest.xml
@@ -26,6 +26,7 @@
     <component id="SimpleCSSStyles" 
class="org.apache.flex.core.SimpleCSSStyles"/>
     <component id="SimpleCSSValuesImpl" 
class="org.apache.flex.core.SimpleCSSValuesImpl"/>
     <component id="MXMLBeadViewBase" 
class="org.apache.flex.core.MXMLBeadViewBase"/>
+    <component id="MXMLBeadViewBaseDataBinding" 
class="org.apache.flex.core.MXMLBeadViewBaseDataBinding"/>
     <component id="ViewBase" class="org.apache.flex.core.ViewBase"/>
     <component id="ConstantBinding" 
class="org.apache.flex.binding.ConstantBinding"/>
     <component id="SimpleBinding" 
class="org.apache.flex.binding.SimpleBinding"/>
@@ -67,6 +68,8 @@
     <component id="NonVirtualVerticalScrollingLayout" 
class="org.apache.flex.html.beads.layouts.NonVirtualVerticalScrollingLayout"/>
     <component id="NonVirtualHorizontalScrollingLayout" 
class="org.apache.flex.html.beads.layouts.NonVirtualHorizontalScrollingLayout"/>
     <component id="TileLayout" 
class="org.apache.flex.html.beads.layouts.TileLayout"/>
+    <component id="LayoutChangeNotifier" 
class="org.apache.flex.html.beads.layouts.LayoutChangeNotifier"/>
+    
     <component id="SimpleAlert" class="org.apache.flex.html.SimpleAlert"/>
     <component id="Alert" class="org.apache.flex.html.Alert"/>
     <component id="Spinner" class="org.apache.flex.html.Spinner"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b24d5746/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as 
b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
index 6211e18..85f1f5f 100644
--- a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
+++ b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
@@ -103,6 +103,7 @@ internal class FlexJSUIClasses
        import org.apache.flex.html.beads.layouts.ButtonBarLayout; 
ButtonBarLayout;
     import 
org.apache.flex.html.beads.layouts.NonVirtualVerticalScrollingLayout; 
NonVirtualVerticalScrollingLayout;  
        import 
org.apache.flex.html.beads.layouts.NonVirtualHorizontalScrollingLayout; 
NonVirtualHorizontalScrollingLayout;
+    import 
org.apache.flex.html.beads.layouts.FlexibleFirstChildHorizontalLayout; 
FlexibleFirstChildHorizontalLayout;
     import org.apache.flex.html.beads.layouts.VScrollBarLayout; 
VScrollBarLayout;
        import org.apache.flex.html.beads.layouts.TileLayout; TileLayout;
     import org.apache.flex.html.beads.TextItemRendererFactoryForArrayData; 
TextItemRendererFactoryForArrayData;

Reply via email to