You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Josh Tynjala <jo...@gmail.com> on 2017/05/12 14:02:21 UTC

Re: git commit: [flex-asjs] [refs/heads/develop] - Organize imports using latest vscode-nextgenas 0.4.3

Nice to see this feature immediately put to good use!

- Josh

On May 12, 2017 1:01 AM, <ca...@apache.org> wrote:

> Repository: flex-asjs
> Updated Branches:
>   refs/heads/develop 2cce42200 -> 60ee780f2
>
>
> Organize imports using latest vscode-nextgenas 0.4.3
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/60ee780f
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/60ee780f
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/60ee780f
>
> Branch: refs/heads/develop
> Commit: 60ee780f242710be436798b6cc1835d6137b1111
> Parents: 2cce422
> Author: Carlos Rovira <ca...@apache.org>
> Authored: Fri May 12 10:01:21 2017 +0200
> Committer: Carlos Rovira <ca...@apache.org>
> Committed: Fri May 12 10:01:21 2017 +0200
>
> ----------------------------------------------------------------------
>  .../MDLExample/src/main/flex/Snackbar.mxml      |  1 -
>  .../MDLExample/src/main/flex/Toggles.mxml       |  2 +-
>  .../ActorNameAndIconListItemRenderer.mxml       |  3 ++-
>  .../AvatarAndActionListItemRenderer.mxml        |  3 ++-
>  ...vatarAndActionThreeLineListItemRenderer.mxml |  3 ++-
>  .../itemRenderers/CustomMenuItemRenderer.mxml   | 19 +++++++++++--------
>  .../CustomTabBarPanelItemRenderer.mxml          | 20 ++++++++++++--------
>  .../TableRowItemRendererWithIcons.mxml          |  3 ++-
>  .../src/main/flex/models/MainNavigationModel.as |  3 ++-
>  .../src/main/flex/models/TabsModel.as           |  3 ++-
>  10 files changed, 36 insertions(+), 24 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> b/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> index 753fae5..6589d9a 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> @@ -35,7 +35,6 @@ limitations under the License.
>      <fx:Script><![CDATA[
>          import org.apache.flex.events.Event;
>          import org.apache.flex.events.MouseEvent;
> -        import org.apache.flex.events.MouseEvent;
>
>          private function onShowToastClick(event:MouseEvent):void
>          {
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> index fc8db54..784a7f6 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> @@ -24,8 +24,8 @@ limitations under the License.
>
>      <fx:Script>
>          <![CDATA[
> -            import org.apache.flex.mdl.materialIcons.MaterialIconType;
>              import org.apache.flex.events.MouseEvent;
> +            import org.apache.flex.mdl.materialIcons.MaterialIconType;
>
>              [Bindable]
>              public var counter:int = 0;
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> ActorNameAndIconListItemRenderer.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> ActorNameAndIconListItemRenderer.mxml b/examples/flexjs/MDLExample/
> src/main/flex/itemRenderers/ActorNameAndIconListItemRenderer.mxml
> index d3d4c05..e77a4d0 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> ActorNameAndIconListItemRenderer.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> ActorNameAndIconListItemRenderer.mxml
> @@ -25,7 +25,8 @@ limitations under the License.
>      <fx:Script>
>                 <![CDATA[
>              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> -                       import vos.ActorVO;
> +
> +            import vos.ActorVO;
>
>              [Bindable("dataChange")]
>              public function get actor():ActorVO
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionListItemRenderer.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionListItemRenderer.mxml b/examples/flexjs/MDLExample/
> src/main/flex/itemRenderers/AvatarAndActionListItemRenderer.mxml
> index 08e45f5..89a04af 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionListItemRenderer.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionListItemRenderer.mxml
> @@ -25,7 +25,8 @@ limitations under the License.
>      <fx:Script>
>                 <![CDATA[
>              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> -                       import vos.ActorVO;
> +
> +            import vos.ActorVO;
>
>              [Bindable("dataChange")]
>              public function get actor():ActorVO
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionThreeLineListItemRenderer.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionThreeLineListItemRenderer.mxml
> b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionThreeLineListItemRenderer.mxml
> index 9bece4f..0a9b73e 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionThreeLineListItemRenderer.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> AvatarAndActionThreeLineListItemRenderer.mxml
> @@ -26,7 +26,8 @@ limitations under the License.
>      <fx:Script>
>                 <![CDATA[
>              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> -                       import vos.ActorVO;
> +
> +            import vos.ActorVO;
>
>              [Bindable("dataChange")]
>              public function get actor():ActorVO
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomMenuItemRenderer.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/CustomMenuItemRenderer.mxml
> b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomMenuItemRenderer.mxml
> index 23b8f6a..a332847 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomMenuItemRenderer.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomMenuItemRenderer.mxml
> @@ -25,13 +25,16 @@ limitations under the License.
>          <binding:ItemRendererDataBinding />
>          <mdl:Disabled disabled="{menuItem.disabled}"/>
>      </mdl:beads>
> -    <fx:Script><![CDATA[
> -        import vos.MenuItemVO;
>
> -        [Bindable("dataChange")]
> -        public function get menuItem():MenuItemVO
> -        {
> -            return data as MenuItemVO;
> -        }
> -        ]]></fx:Script>
> +    <fx:Script>
> +        <![CDATA[
> +            import vos.MenuItemVO;
> +
> +            [Bindable("dataChange")]
> +            public function get menuItem():MenuItemVO
> +            {
> +                return data as MenuItemVO;
> +            }
> +        ]]>
> +    </fx:Script>
>  </mdl:MenuItemRenderer>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomTabBarPanelItemRenderer.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomTabBarPanelItemRenderer.mxml b/examples/flexjs/MDLExample/
> src/main/flex/itemRenderers/CustomTabBarPanelItemRenderer.mxml
> index 70f13d8..f42aa73 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomTabBarPanelItemRenderer.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomTabBarPanelItemRenderer.mxml
> @@ -23,14 +23,18 @@ limitations under the License.
>      <mdl:beads>
>          <s:ItemRendererDataBinding />
>      </mdl:beads>
> -    <fx:Script><![CDATA[
> -        import vos.TabVO;
>
> -        [Bindable("dataChange")]
> -        public function get tab():TabVO
> -        {
> -            return data as TabVO;
> -        }
> -        ]]></fx:Script>
> +    <fx:Script>
> +        <![CDATA[
> +            import vos.TabVO;
> +
> +            [Bindable("dataChange")]
> +            public function get tab():TabVO
> +            {
> +                return data as TabVO;
> +            }
> +        ]]>
> +    </fx:Script>
> +
>      <s:Label text="{tab.label}"/>
>  </mdl:TabBarPanelItemRenderer>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> TableRowItemRendererWithIcons.mxml
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> TableRowItemRendererWithIcons.mxml b/examples/flexjs/MDLExample/
> src/main/flex/itemRenderers/TableRowItemRendererWithIcons.mxml
> index 50eb298..000132d 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> TableRowItemRendererWithIcons.mxml
> +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> TableRowItemRendererWithIcons.mxml
> @@ -25,7 +25,8 @@ limitations under the License.
>      <fx:Script>
>                 <![CDATA[
>              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> -                       import vos.MaterialVO;
> +
> +            import vos.MaterialVO;
>
>              [Bindable("dataChange")]
>              public function get material():MaterialVO
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/
> models/MainNavigationModel.as
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
> b/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
> index f18eb30..3f899af 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/models/
> MainNavigationModel.as
> +++ b/examples/flexjs/MDLExample/src/main/flex/models/
> MainNavigationModel.as
> @@ -18,9 +18,10 @@
>  ////////////////////////////////////////////////////////////
> ////////////////////
>  package models
>  {
> -    import vos.NavigationLinkVO;
>      import org.apache.flex.collections.ArrayList;
>
> +    import vos.NavigationLinkVO;
> +
>      public class MainNavigationModel
>      {
>          private var _mainNavigation:Array = [
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 60ee780f/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> ----------------------------------------------------------------------
> diff --git a/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> index 9ef7c99..9a9a32d 100644
> --- a/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> +++ b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> @@ -18,9 +18,10 @@
>  ////////////////////////////////////////////////////////////
> ////////////////////
>  package models
>  {
> -    import vos.TabVO;
>      import org.apache.flex.collections.ArrayList;
>
> +    import vos.TabVO;
> +
>      public class TabsModel
>      {
>          private var _tabs:ArrayList = new ArrayList([
>
>

Re: git commit: [flex-asjs] [refs/heads/develop] - Organize imports using latest vscode-nextgenas 0.4.3

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Yeah Josh! :)
very useful, is good to see how code is more useful as month goes by! :)

2017-05-12 16:02 GMT+02:00 Josh Tynjala <jo...@gmail.com>:

> Nice to see this feature immediately put to good use!
>
> - Josh
>
> On May 12, 2017 1:01 AM, <ca...@apache.org> wrote:
>
> > Repository: flex-asjs
> > Updated Branches:
> >   refs/heads/develop 2cce42200 -> 60ee780f2
> >
> >
> > Organize imports using latest vscode-nextgenas 0.4.3
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/60ee780f
> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/60ee780f
> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/60ee780f
> >
> > Branch: refs/heads/develop
> > Commit: 60ee780f242710be436798b6cc1835d6137b1111
> > Parents: 2cce422
> > Author: Carlos Rovira <ca...@apache.org>
> > Authored: Fri May 12 10:01:21 2017 +0200
> > Committer: Carlos Rovira <ca...@apache.org>
> > Committed: Fri May 12 10:01:21 2017 +0200
> >
> > ----------------------------------------------------------------------
> >  .../MDLExample/src/main/flex/Snackbar.mxml      |  1 -
> >  .../MDLExample/src/main/flex/Toggles.mxml       |  2 +-
> >  .../ActorNameAndIconListItemRenderer.mxml       |  3 ++-
> >  .../AvatarAndActionListItemRenderer.mxml        |  3 ++-
> >  ...vatarAndActionThreeLineListItemRenderer.mxml |  3 ++-
> >  .../itemRenderers/CustomMenuItemRenderer.mxml   | 19
> +++++++++++--------
> >  .../CustomTabBarPanelItemRenderer.mxml          | 20
> ++++++++++++--------
> >  .../TableRowItemRendererWithIcons.mxml          |  3 ++-
> >  .../src/main/flex/models/MainNavigationModel.as |  3 ++-
> >  .../src/main/flex/models/TabsModel.as           |  3 ++-
> >  10 files changed, 36 insertions(+), 24 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> > b/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> > index 753fae5..6589d9a 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/Snackbar.mxml
> > @@ -35,7 +35,6 @@ limitations under the License.
> >      <fx:Script><![CDATA[
> >          import org.apache.flex.events.Event;
> >          import org.apache.flex.events.MouseEvent;
> > -        import org.apache.flex.events.MouseEvent;
> >
> >          private function onShowToastClick(event:MouseEvent):void
> >          {
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> > b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> > index fc8db54..784a7f6 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
> > @@ -24,8 +24,8 @@ limitations under the License.
> >
> >      <fx:Script>
> >          <![CDATA[
> > -            import org.apache.flex.mdl.materialIcons.MaterialIconType;
> >              import org.apache.flex.events.MouseEvent;
> > +            import org.apache.flex.mdl.materialIcons.MaterialIconType;
> >
> >              [Bindable]
> >              public var counter:int = 0;
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > ActorNameAndIconListItemRenderer.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > ActorNameAndIconListItemRenderer.mxml b/examples/flexjs/MDLExample/
> > src/main/flex/itemRenderers/ActorNameAndIconListItemRenderer.mxml
> > index d3d4c05..e77a4d0 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > ActorNameAndIconListItemRenderer.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > ActorNameAndIconListItemRenderer.mxml
> > @@ -25,7 +25,8 @@ limitations under the License.
> >      <fx:Script>
> >                 <![CDATA[
> >              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> > -                       import vos.ActorVO;
> > +
> > +            import vos.ActorVO;
> >
> >              [Bindable("dataChange")]
> >              public function get actor():ActorVO
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionListItemRenderer.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionListItemRenderer.mxml b/examples/flexjs/MDLExample/
> > src/main/flex/itemRenderers/AvatarAndActionListItemRenderer.mxml
> > index 08e45f5..89a04af 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionListItemRenderer.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionListItemRenderer.mxml
> > @@ -25,7 +25,8 @@ limitations under the License.
> >      <fx:Script>
> >                 <![CDATA[
> >              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> > -                       import vos.ActorVO;
> > +
> > +            import vos.ActorVO;
> >
> >              [Bindable("dataChange")]
> >              public function get actor():ActorVO
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionThreeLineListItemRenderer.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionThreeLineListItemRenderer.mxml
> > b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionThreeLineListItemRenderer.mxml
> > index 9bece4f..0a9b73e 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionThreeLineListItemRenderer.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > AvatarAndActionThreeLineListItemRenderer.mxml
> > @@ -26,7 +26,8 @@ limitations under the License.
> >      <fx:Script>
> >                 <![CDATA[
> >              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> > -                       import vos.ActorVO;
> > +
> > +            import vos.ActorVO;
> >
> >              [Bindable("dataChange")]
> >              public function get actor():ActorVO
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomMenuItemRenderer.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> CustomMenuItemRenderer.mxml
> > b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomMenuItemRenderer.mxml
> > index 23b8f6a..a332847 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomMenuItemRenderer.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomMenuItemRenderer.mxml
> > @@ -25,13 +25,16 @@ limitations under the License.
> >          <binding:ItemRendererDataBinding />
> >          <mdl:Disabled disabled="{menuItem.disabled}"/>
> >      </mdl:beads>
> > -    <fx:Script><![CDATA[
> > -        import vos.MenuItemVO;
> >
> > -        [Bindable("dataChange")]
> > -        public function get menuItem():MenuItemVO
> > -        {
> > -            return data as MenuItemVO;
> > -        }
> > -        ]]></fx:Script>
> > +    <fx:Script>
> > +        <![CDATA[
> > +            import vos.MenuItemVO;
> > +
> > +            [Bindable("dataChange")]
> > +            public function get menuItem():MenuItemVO
> > +            {
> > +                return data as MenuItemVO;
> > +            }
> > +        ]]>
> > +    </fx:Script>
> >  </mdl:MenuItemRenderer>
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomTabBarPanelItemRenderer.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomTabBarPanelItemRenderer.mxml b/examples/flexjs/MDLExample/
> > src/main/flex/itemRenderers/CustomTabBarPanelItemRenderer.mxml
> > index 70f13d8..f42aa73 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomTabBarPanelItemRenderer.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > CustomTabBarPanelItemRenderer.mxml
> > @@ -23,14 +23,18 @@ limitations under the License.
> >      <mdl:beads>
> >          <s:ItemRendererDataBinding />
> >      </mdl:beads>
> > -    <fx:Script><![CDATA[
> > -        import vos.TabVO;
> >
> > -        [Bindable("dataChange")]
> > -        public function get tab():TabVO
> > -        {
> > -            return data as TabVO;
> > -        }
> > -        ]]></fx:Script>
> > +    <fx:Script>
> > +        <![CDATA[
> > +            import vos.TabVO;
> > +
> > +            [Bindable("dataChange")]
> > +            public function get tab():TabVO
> > +            {
> > +                return data as TabVO;
> > +            }
> > +        ]]>
> > +    </fx:Script>
> > +
> >      <s:Label text="{tab.label}"/>
> >  </mdl:TabBarPanelItemRenderer>
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > TableRowItemRendererWithIcons.mxml
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > TableRowItemRendererWithIcons.mxml b/examples/flexjs/MDLExample/
> > src/main/flex/itemRenderers/TableRowItemRendererWithIcons.mxml
> > index 50eb298..000132d 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > TableRowItemRendererWithIcons.mxml
> > +++ b/examples/flexjs/MDLExample/src/main/flex/itemRenderers/
> > TableRowItemRendererWithIcons.mxml
> > @@ -25,7 +25,8 @@ limitations under the License.
> >      <fx:Script>
> >                 <![CDATA[
> >              import org.apache.flex.mdl.materialIcons.MaterialIconType;
> > -                       import vos.MaterialVO;
> > +
> > +            import vos.MaterialVO;
> >
> >              [Bindable("dataChange")]
> >              public function get material():MaterialVO
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/
> > models/MainNavigationModel.as
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/models/
> MainNavigationModel.as
> > b/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
> > index f18eb30..3f899af 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/models/
> > MainNavigationModel.as
> > +++ b/examples/flexjs/MDLExample/src/main/flex/models/
> > MainNavigationModel.as
> > @@ -18,9 +18,10 @@
> >  ////////////////////////////////////////////////////////////
> > ////////////////////
> >  package models
> >  {
> > -    import vos.NavigationLinkVO;
> >      import org.apache.flex.collections.ArrayList;
> >
> > +    import vos.NavigationLinkVO;
> > +
> >      public class MainNavigationModel
> >      {
> >          private var _mainNavigation:Array = [
> >
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> > 60ee780f/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> > ----------------------------------------------------------------------
> > diff --git a/examples/flexjs/MDLExample/src/main/flex/models/
> TabsModel.as
> > b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> > index 9ef7c99..9a9a32d 100644
> > --- a/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> > +++ b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
> > @@ -18,9 +18,10 @@
> >  ////////////////////////////////////////////////////////////
> > ////////////////////
> >  package models
> >  {
> > -    import vos.TabVO;
> >      import org.apache.flex.collections.ArrayList;
> >
> > +    import vos.TabVO;
> > +
> >      public class TabsModel
> >      {
> >          private var _tabs:ArrayList = new ArrayList([
> >
> >
>



-- 

<http://www.codeoscopic.com>

Carlos Rovira

Director General

M: +34 607 22 60 05

http://www.codeoscopic.com

http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.