如何为 vaadin 表格的项目或单元格添加工具提示
我注意到 vaadin 6.7.0 beta1 支持为表格的行/单元格添加工具提示。但是,我没有找到任何如何添加它的示例。 有谁可以提供一些样品吗?
I noticed that vaadin 6.7.0 beta1 supports to add tooltip for row/cell of a table. However, I did not find any example how to add it.
Is there anybody who can provide some sample?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用代码如下:
Use code as below:
您可以通过设置 formfieldfactory 来完成此操作。在这里,您可以返回一个看起来像带有 CSS 样式的文本的按钮。这将允许您在按钮上设置标题。这显然是一个丑陋的黑客行为。 有关 vaadin 中的按钮和链接的更多信息。
You could accomplish this by setting a formfieldfactory. Here you could return a button that only loooks like text with styling CSS. This will let you set a caption on the button. This is obviously a ugly hack. More info about buttons and links in vaadin.
您无法将 tooltpis (setDescription) 添加到行/单元格中 - 还不能!
它已经存在于问题跟踪器中,但不知道他们何时会实现此功能
You can't add tooltpis (setDescription) to a row/cell nativly - not yet!
It is already in there issue tracker but don't know when they will implement this feature