This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 423e26a try to fix asdoc build
new afe6a2a JS fixed row height virtual lists
new 23f0bf1 example for fixed row height virtual lists
new 1ef1b8b fix SWF-side virtual lists
new 913394c virtual list example
The 4 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:
.../ListExample/src/main/royale/MyInitialView.mxml | 22 +-
.../src/main/royale/models/ProductsModel.as | 15 +
.../Basic/src/main/resources/basic-manifest.xml | 3 +
.../{IList.as => IListWithPresentationModel.as} | 12 +-
.../royale/org/apache/royale/html/DataContainer.as | 3 +-
...ontainerView.as => VirtualDataContainerView.as} | 20 +-
... VirtualDataItemRendererFactoryForArrayData.as} | 95 +++--
.../html/beads/{ListView.as => VirtualListView.as} | 30 +-
.../controllers/ScrollBarMouseControllerBase.as | 4 +-
.../beads/layouts/VirtualListVerticalLayout.as | 401 +++++++++++++++++++++
.../html/supportClasses/ScrollingViewport.as | 10 +-
.../apache/royale/html/supportClasses/Viewport.as | 3 +-
.../projects/Core/src/main/royale/CoreClasses.as | 2 +
...s => IDataProviderVirtualItemRendererMapper.as} | 15 +-
.../{IBorderModel.as => IScrollingViewport.as} | 33 +-
15 files changed, 566 insertions(+), 102 deletions(-)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/core/{IList.as =>
IListWithPresentationModel.as} (78%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{DataContainerView.as
=> VirtualDataContainerView.as} (93%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{DataItemRendererFactoryForArrayData.as
=> VirtualDataItemRendererFactoryForArrayData.as} (72%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{ListView.as
=> VirtualListView.as} (89%)
create mode 100644
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/layouts/VirtualListVerticalLayout.as
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IDataProviderItemRendererMapper.as
=> IDataProviderVirtualItemRendererMapper.as} (77%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IBorderModel.as
=> IScrollingViewport.as} (68%)
--
To stop receiving notification emails like this one, please contact
[email protected].