protected TreeTableRowView<RowType> rowView;
public TreeTable(TableDefinition<RowType> tableDefinition,
List<TreeItem<RowType>> rootItems) {
this(new ClientTreeTableModel<RowType>(tableDefinition, rootItems, true),
new FixedWidthGrid(), new FixedWidthFlexTable(), tableDefinition, false);
}