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