Vaadin7: Context menu on Tab

Hello!

I have a TabSheet and I would like to open a context menu when the user clicks on it.
You can attach context menu to any AbstractComponent but the tabs are not vaadin components (TabSheetTabImpl). Tabs are represented as captions in table cells.

I can accomplish my goal using JavaScript on captions. Is there a cleaner way?

Thanks!