MenuBar and MouseEvents.ClickListener

Hi,

I’m facing a problem using the Vaadin 7 api. I have a MenuBar with multiple MenuBar Items.By right-clicking on every Item the application goes to the related item’s panel but in the same application window. What i would like to happen as extra functinality is the user has the option to open the item’s panel in a new browser tab by clicking on menuitem with the mouse wheel. Is there any way succeeding something like this.?I can’t find a way to place an MouseEvents ClickListener on menuBar items.

Thanks!