This is an automated email from the ASF dual-hosted git repository.
pent pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from b0be672 more fixes to script
add 8e54a22 Check in to preserve work. Have basic classes and interfaces
working. TreeGrid is TO DO.
add 44b90fd Merge branch 'develop' into CollectionData
add e44164d Updates to the ICollectionView classes and Tree classes.
add 7e586e2 Merge branch 'develop' into CollectionData
new fac04fd Reset DataGrid work prior to ICollectionView work. Will
integrate DataGrid with ICollectionView later.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../projects/Basic/src/main/resources/defaults.css | 6 +-
.../projects/Basic/src/main/royale/BasicClasses.as | 3 +
.../src/main/royale/org/apache/royale/html/Tree.as | 35 +--
.../main/royale/org/apache/royale/html/TreeGrid.as | 46 ++--
.../org/apache/royale/html/beads/DataGridView.as | 6 +-
.../DataItemRendererFactoryForCollectionView.as | 300 +++++++++++++++++++++
.../DataItemRendererFactoryForHierarchicalData.as | 28 +-
.../TreeSingleSelectionMouseController.as | 21 +-
...el.as => SingleSelectionCollectionViewModel.as} | 14 +-
.../royale/html/beads/models/TreeGridModel.as | 46 ++--
.../apache/royale/html/beads/models/TreeModel.as} | 48 ++--
.../royale/html/supportClasses/TreeGridColumn.as | 8 +
.../royale/html/supportClasses/TreeItemRenderer.as | 14 +-
.../src/main/royale/CollectionsClasses.as | 1 +
.../org/apache/royale/collections/ArrayList.as | 2 +-
.../org/apache/royale/collections/FlattenedList.as | 11 +
.../apache/royale/collections/HierarchicalData.as | 22 ++
.../apache/royale/collections/ICollectionView.as | 26 +-
.../org/apache/royale/collections/TreeData.as | 132 +++++++++
20 files changed, 626 insertions(+), 144 deletions(-)
create mode 100644
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DataItemRendererFactoryForCollectionView.as
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/{ArrayListSelectionModel.as
=> SingleSelectionCollectionViewModel.as} (93%)
copy
frameworks/projects/{Express/src/main/royale/org/apache/royale/express/ImageAndTextButton.as
=> Basic/src/main/royale/org/apache/royale/html/beads/models/TreeModel.as}
(54%)
copy examples/royale/CreateJSExample/src/main/royale/models/MyModel.as =>
frameworks/projects/Collections/src/main/royale/org/apache/royale/collections/ICollectionView.as
(62%)
create mode 100644
frameworks/projects/Collections/src/main/royale/org/apache/royale/collections/TreeData.as
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].