使用 ActionScript 在 Flex 4.5 中向下/向上移动 s:DataGrid 行

发布于 2024-11-26 10:44:19 字数 480 浏览 2 评论 0原文

最近开始使用Flex。对如何使用 Flex 客户端通过 zend AMF 请求的 PHP 服务进行了一些实践。作为我项目的一部分,我计划使用 PHP(通过服务)从 Mysql 加载数据并将其显示为:DataGrid。 为此,我很想知道是否可以使用 ActionScript 3.0 向上/向下移动数据网格行,具体取决于特定行 [r1][c1] 的值。

更详细地说:

认为 OnTimer 事件数据网格的内容将按时间列进行更新和排序,并按升序显示,每当我更新时间时,修改其列值的行应使用动画向下或向上移动,如本示例所示土坯中心 http://examples.adobe.com/flex3/devnet/networkmonitor/main.html [切换到网站顶部的网格模式]

欢迎教程或链接(源代码)!

Recently started Flex. Had some practice on how to use services in PHP that Flex client asks via zend AMF. As a part of my project I am planning to load data from Mysql using PHP (via service) and display it in a s:DataGrid.
For this purposes I'm keen on knowing is it possible to move up/down datagrid row using ActionScript 3.0 depending on, say,specific row[r1][c1]'s value.

To be more in detail:

Think that OnTimer event datagrid's content will be updated and sorted by column Time and dislplayed by ascending order, whenever i update the time the row which it's column's value was modified should move down or up using Animation like this example from Adobe Center
http://examples.adobe.com/flex3/devnet/networkmonitor/main.html [switch to the grid mode on top of the site]

Tutorials or links (source codes ) are welcome!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

放我走吧 2024-12-03 10:44:19

我认为您应该根据要排序的字段寻找数据提供者排序。另外,寻找一些效果(adobe 文档中的示例)以在您的视图中获得这种效果。

I think you should be looking for dataprovider sorting based on the field that you want to sort upon. Also, look for some effects(examples in adobe docs) to get that kind of effects in your view.

固执像三岁 2024-12-03 10:44:19

您可以使用 dataProvider 的 selectedIndex 属性..
或网格上的 selectedItem 属性,以编程方式选择项目

You can use the selectedIndex property of the dataProvider ..
or selectedItem property on the grid to select the item pro grammatically

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文