Class TreeGridComponentWrapper<ROW>

    • Constructor Detail

      • TreeGridComponentWrapper

        public TreeGridComponentWrapper​(com.vaadin.flow.component.treegrid.TreeGrid<ROW> grid)
    • Method Detail

      • setItems

        public void setItems​(List<ROW> rootItems)
        Sets the items displayed in the Grid by updating the items in the data provider if the given items are not the ones currently displayed.