Directory

SelectionFocusTreeGrid Add-on - Vaadin Add-on Directory

Extended TreeGrid that focuses a programmatically selected row. SelectionFocusTreeGrid Add-on - Vaadin Add-on Directory
Uses JSNI to access an internal field in order to focus a programmatically selected row. There are no server-side changes, so if you wish to affect all TreeGrids within your project rather than switching some specific one(s) into a SelectionFocusTreeGrid, you can do that by extending SelectionFocusTreeGridConnector with annotation `@Connect(TreeGrid.class)`.