I was wondering whether it is possible in Vaadin to programmatically scroll the Table so that the current selection is shown (or an arbitrary position in the Table; something in the spirit of JTable.scrollRectToVisible() in Swing).
Currently, I have a Table with hundreds of entries, and only a fraction of them is visible at the screen (one needs to scroll the table to see the rest of them). Some of these items are selected (using Table.setValue()) but the user may not be aware of that fact because the selected items are not always visible. Is there any method that would scroll the Table to the first selected item (or any item?)