Grid<Person> grid = new Grid<>(); grid.setItems(people); VerticalLayout layout = new VerticalLayout(); layout.add(grid);