You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/08/30 07:30:49 UTC

[08/11] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'Bindable_test_example' into Binding_improvements

Merge branch 'Bindable_test_example' into Binding_improvements


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

Branch: refs/heads/develop
Commit: 12a19762e46f34f60625c33da8292e10ae6fe0fc
Parents: d24d195 2c3ac89
Author: greg-dove <gr...@gmail.com>
Authored: Mon Aug 29 15:16:10 2016 +1200
Committer: greg-dove <gr...@gmail.com>
Committed: Mon Aug 29 15:16:10 2016 +1200

----------------------------------------------------------------------
 examples/flexjs/DataBindingTestbed/README.txt   |  51 ++++
 examples/flexjs/DataBindingTestbed/build.xml    |  46 ++++
 examples/flexjs/DataBindingTestbed/pom.xml      |  68 +++++
 .../src/DataBindingTestbed.mxml                 |  40 +++
 .../DataBindingTestbed/src/MyInitialView.mxml   | 249 +++++++++++++++++++
 .../src/bindables/BindableBaseVO.as             |  31 +++
 .../src/bindables/BindableSubVO1.as             |  33 +++
 .../src/bindables/BindableSubVO2.as             |  33 +++
 .../src/bindables/BindableSubVO3.as             |  33 +++
 .../src/bindables/InstanceTimer.as              |  69 +++++
 .../src/bindables/StaticTimer.as                |  61 +++++
 .../src/bindables/UnbindableBaseVO.as           |  31 +++
 .../src/bindables/UnbindableIntermediateVO.as   |  31 +++
 .../DataBindingTestbed/src/models/MyModel.as    |  47 ++++
 .../src/unbindable/UnbindableParent.as          |  38 +++
 15 files changed, 861 insertions(+)
----------------------------------------------------------------------