Vaadin 7 add buttons into Accordion com.vaadin.ui.TabSheet.Tab caption
问题 Is it possible to add a buttons in Vaadin 7 to Accordion com.vaadin.ui.TabSheet.Tab caption ? Right now I can only add a String into Tab caption. This is my current screen: I need to add the same Edit/Remove icons(as I have for Live Chat and WMA) near the General and Julia Group tab captions. 回答1: Unfortunately it's not possible. You could create a server-side composition, which behaves like Accordion but then you could design the component so that you can add buttons to tab captions. You