Class AjaxGrid<K,​V,​S>

    • Field Detail

      • dataTable

        protected org.wicketstuff.egrid.component.EditableDataTable<Pair<K,​V>,​S> dataTable
    • Constructor Detail

      • AjaxGrid

        public AjaxGrid​(String id,
                        List<? extends IColumn<Pair<K,​V>,​S>> columns,
                        org.wicketstuff.egrid.provider.IEditableDataProvider<Pair<K,​V>,​S> dataProvider,
                        long rowsPerPage)