Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/157927e3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/157927e3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/157927e3 Branch: refs/heads/feature/flexjs_wrapper Commit: 157927e3a28c1c7740d91c43a303a41dd87b5689 Parents: 8648c6f 49585ec Author: DESKTOP-RH4S838\Yishay <[email protected]> Authored: Tue Sep 26 11:01:35 2017 +0300 Committer: DESKTOP-RH4S838\Yishay <[email protected]> Committed: Tue Sep 26 11:01:35 2017 +0300 ---------------------------------------------------------------------- examples/build.xml | 3 + examples/express/DataGridExample/README.txt | 30 ++ examples/express/DataGridExample/build.xml | 66 ++++ examples/express/DataGridExample/pom.xml | 62 ++++ .../src/main/flex/DataGridExample.mxml | 36 ++ .../src/main/flex/MyInitialView.mxml | 67 ++++ .../src/main/flex/models/ProductsModel.as | 52 +++ .../src/main/flex/products/Product.as | 43 +++ .../main/flex/products/ProductItemRenderer.as | 66 ++++ .../src/main/resources/assets/smallbluerect.jpg | Bin 0 -> 13500 bytes .../main/resources/assets/smallgreenrect.jpg | Bin 0 -> 13542 bytes .../main/resources/assets/smallorangerect.gif | Bin 0 -> 821 bytes .../main/resources/assets/smallorangerect.jpg | Bin 0 -> 13571 bytes .../main/resources/assets/smallpurplerect.jpg | Bin 0 -> 13517 bytes .../src/main/resources/assets/smallredrect.jpg | Bin 0 -> 13477 bytes .../main/resources/assets/smallyellowrect.jpg | Bin 0 -> 13598 bytes .../src/main/flex/MyInitialView.mxml | 36 +- frameworks/downloads.xml | 2 + .../org/apache/flex/html/beads/DataGridView.as | 131 +++---- .../TextItemRendererFactoryForArrayData.as | 62 ++-- .../beads/models/ArrayListSelectionModel.as | 4 +- .../html/beads/models/ArraySelectionModel.as | 4 +- .../flex/html/beads/models/DataGridModel.as | 46 ++- .../html/supportClasses/DataGridColumnList.as | 2 + .../supportClasses/TextButtonItemRenderer.as | 77 ++-- .../flex/org/apache/flex/core/IDataGridModel.as | 15 +- .../DragDrop/src/main/flex/DragDropClasses.as | 14 +- .../flex/html/beads/ButtonBarReorderBead.as | 368 +++++++++++++++++++ .../DataGridButtonBarViewForMovableColumns.as | 53 +++ .../html/beads/DataGridColumnReorderView.as | 100 +++++ .../beads/DataGridWithDrawingLayerLayout.as | 38 +- .../apache/flex/html/beads/DragDropListView.as | 35 +- .../html/beads/SingleSelectionDragImageBead.as | 58 +-- .../html/beads/SingleSelectionDragSourceBead.as | 73 ++-- .../html/beads/SingleSelectionDropTargetBead.as | 187 +++++----- .../src/main/resources/basic-manifest.xml | 4 + .../Express/src/main/flex/ExpressClasses.as | 1 + .../flex/org/apache/flex/express/DataGrid.as | 49 +++ .../Express/src/main/resources/defaults.css | 4 + .../src/main/resources/express-manifest.xml | 6 +- frameworks/projects/XML/src/main/flex/XML.as | 314 +++++++++++----- .../src/marmotinni/DispatchMouseClickEvent.java | 6 +- 42 files changed, 1685 insertions(+), 429 deletions(-) ----------------------------------------------------------------------
