Java org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator.

The text is from its open source code.

Implementation

org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator has the following implementations.
Click this link to see all its implementation.

Method

voiddetach()
Detaches model after use.
voidpopulateItem(final Item> cellItem, final String componentId, final IModel rowModel)
Method used to populate a cell in the DataGridView Implementation MUST add a component to the cellItem using the component id provided by componentId argument, otherwise a WicketRuntimeException will be thrown