Vaadin is it possible to have different colors for

2019-09-19 02:13发布

For example in my ComboBox I want the expense items to be colored in red text and the revenue items to be colored in green text. How can I do this in Vaadin's ComboBox component, assuming I'm working from a BeanItemContainer?

1条回答
叼着烟拽天下
2楼-- · 2019-09-19 02:27

It's not possible with the ComboBox without any client-side modifications. It might be possible to develop your own Extension, that would do that.

查看更多
登录 后发表回答