Package org.apache.wicket.extensions.markup.html.repeater.data.grid
-
Interface Summary Interface Description ICellPopulator<T> Represents an object that is capable of populating anItemcontainer representing a cell in aDataGridViewwith components. -
Class Summary Class Description AbstractDataGridView<T> Acts as a base for data-grid views.DataGridView<T> Simple concrete implementation ofAbstractDataGridViewPropertyPopulator<T> A convenience implementation ofICellPopulatorthat adds a label that will display the value of the specified property.