This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a change to branch feature/flexjs_wrapper
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from ad9458e Added UIElement and Lookalike
add fd4ffd9 Renamed getByType and added documentation
add 49831cb Created specialized bead for DataGrid drag and drop
operations so that column re-order can work with DataGrids that also want to do
drag and drop. Added events to the SingleSelection drag and drop beads.
new 9b33767 Merge branch 'develop' into feature/flexjs_wrapper
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:
.../org/apache/flex/html/beads/DataGridView.as | 2 +
.../projects/Core/src/main/flex/CoreClasses.as | 2 +-
.../main/flex/org/apache/flex/utils/PointUtils.as | 24 +-
.../{getByType.as => getParentOrSelfByType.as} | 10 +-
.../DragDrop/src/main/flex/DragDropClasses.as | 2 +
.../apache/flex/html/beads/ButtonBarReorderBead.as | 7 +-
.../apache/flex/html/beads/DataGridDragDropBead.as | 243 +++++++++++++++++++++
.../html/beads/SingleSelectionDragImageBead.as | 10 +-
.../html/beads/SingleSelectionDragSourceBead.as | 81 ++++++-
.../html/beads/SingleSelectionDropTargetBead.as | 90 ++++++++
.../html/beads/controllers/DragMouseController.as | 118 +++++-----
.../html/beads/controllers/DropMouseController.as | 74 +++----
.../DragDrop/src/main/resources/basic-manifest.xml | 2 +
13 files changed, 547 insertions(+), 118 deletions(-)
rename
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/{getByType.as =>
getParentOrSelfByType.as} (81%)
create mode 100644
frameworks/projects/DragDrop/src/main/flex/org/apache/flex/html/beads/DataGridDragDropBead.as
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].