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
?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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.