Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.grid.DataGridView
-
Packages that use DataGridView Package Description org.apache.wicket.extensions.markup.html.repeater.data.table -
-
Uses of DataGridView in org.apache.wicket.extensions.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return DataGridView Modifier and Type Method Description protected DataGridView<T>DataTable. newDataGridView(String id, List<? extends IColumn<T,S>> columns, org.apache.wicket.markup.repeater.data.IDataProvider<T> dataProvider)Factory method for the DataGridView
-