Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Next
-
None
-
None
-
Language Found: English
Description
The Grid component re-dispatches mouse events as custom GridEvents that has additional information, most importantly, the data provider item and its indices. In DataGroup, it would be nice to have the same kind of mouse events (maybe DataGroupEvent?) that could bubble into the parent container like List. The events include: itemMouseDown, itemMouseDrag, itemMouseUp, itemClick, itemDoubleClick, itemRollOver, and itemRollOut. This would allow List to have all these events.