Search code examples
vaadinvaadin7

Doubleclick listener on Vaadin Grid


How do I add a 2x click listener on a vaadin grid? When I 2x click on it, it takes me to another page. Example would be most appreciated.


Solution

  • With the MouseEvent you can simply ask for a double click.

    See here #MouseEvents.ClickEvent.html#isDoubleClick()