Directory

TableClickForwarder - Vaadin Add-on Directory

Forwards mouse click events on any components within a Table cell to the Table itself TableClickForwarder - Vaadin Add-on Directory
This simple extension is created to overcome an issue where adding e.g. layouts in Table cells will prevent normal item selection when clicking these cells. The extension will add mouseup and mousedown handlers to the component it's attached to, and forward any mouse up/down events to the parent table cell.