I’ve got the requirement, that a table scrolls its content up as long as the mouse-button is pressed down.
Is there a way to achieve this with vaadin events?
I know there is a ClickEvent for mouse-buttons, but as far as I know nothing like a mouse(-button)-down-event and
a mouse(-button)-up-event.