What is the best method to add a new row to Vaadin Grid, edit it using inline editor (without extra forms) and save it to datastore? As I undestand actually I need to:
modify data provider that will add dynamicaly an empty bean to the end of resultset
call refreshAll()
select a new empty row displayed
and now HOW TO CALL EDITOR programmatically on that row?