Vaadin is it possible to have different colors for text items in ComboBox

陌路散爱 提交于 2019-12-12 04:06:47

问题


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:


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.



来源:https://stackoverflow.com/questions/30948344/vaadin-is-it-possible-to-have-different-colors-for-text-items-in-combobox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!