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


for example in combobox want expense items colored in red text , revenue items colored in green text. how can in vaadin's combobox component, assuming i'm working beanitemcontainer?

it's not possible combobox without client-side modifications. might possible develop own extension, that.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -