SmartGwt - 如何更改文本颜色?

发布于 2024-10-21 23:11:14 字数 121 浏览 1 评论 0原文

是否可以更改 Gwt Widgets 中文本的颜色。

例如,假设我有一个带有 TreeGridFields 的 TreeGrid。

我可以更改打印树中的项目时呈现的颜色吗?

谢谢。

is it possible to change the colour of text in Gwt Widgets..

For example, say I have a TreeGrid, with TreeGridFields.

Can I change the colour that is rendered when printing the items in the Tree?

Thanks.

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

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

发布评论

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

评论(2

情场扛把子 2024-10-28 23:11:14

这不一定是正确的方法,但我只是用 itemHere 包裹项目,效果就很好。我发现在 SmartGWT 中使用 css 有点痛苦。

您还可以在 TreeGrid 中覆盖 protected String getCellCSSText(ListGridRecord record, int rowNum, int colNum) 并根据记录的值返回字体的 css 字符串。

It's not necessarily the correct way to do it but I just wrap the items with <font color='COLOR'>itemHere</font> and that works just fine. I've found working with css in SmartGWT to be a bit of a pain.

You can also override protected String getCellCSSText(ListGridRecord record, int rowNum, int colNum) within the TreeGrid and return a css string for the font depending on the value of the record.

善良天后 2024-10-28 23:11:14

没有专门检查树,但您可以对网格执行此操作,如示例所示。也请查看其他示例。找不到专门针对树的树,但可能性会类似。 -

http://www.smartclient.com/smartgwt/showcase/#grid_appearance_hilite_add

Havent specifically checked for a Tree, but you can do it this way for Grids as shown in the example. Do look at other examples too. Couldnt find one for tree specifically, but chances are will be similar. -

http://www.smartclient.com/smartgwt/showcase/#grid_appearance_hilite_add

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