Class DataGridView<T>

    • Constructor Detail

      • DataGridView

        public DataGridView​(String id,
                            List<? extends ICellPopulator<T>> populators,
                            IDataProvider<T> dataProvider)
        Constructor Notice cells are created in the same order as cell populators in the list
        Parameters:
        id - component id
        populators - list of ICellPopulators used to populate cells
        dataProvider - data provider