如何处理 GWT Cloud 中的 Click 事件或任何其他事件?
我正在使用 tagcloud_0.4.jar 在 GWT 中使用标签云。现在,当我单击标签云中的任何标签时,如何处理该事件,或者当用户从云中选择任何标签时如何进行 RPC 调用?
谢谢。
I am using tagcloud_0.4.jar for using Tag Cloud in GWT. Now, when I click on any tag inside the tag cloud, then how can I handle that event or how can I do RPC call when user select any tag from cloud?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是在云端捕获 ClickEvent 的示例。但这是一种解决方法,因为库可能会发生变化。由于开发人员不提供管理云上和标签上的事件,这可能是有充分理由的......
因此,使用此代码需要您自担风险。祈祷小部件的 DOM 结构不会发生变化。我建议您向开发人员询问其小部件的一些增强功能,例如管理此类事件。
Here is an example to catch a ClickEvent on the cloud. But this is a workaround as the library may change. As the developper do not offer to manage events on the cloud neither on tags, this is perhaps for a good reason...
So use this code at your own risk. Pray for no change of the widget's structure DOM. I suggest you to ask the developper some enhancements on its widgets, like managing such events.