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

Example usage for Java org.apache.wicket.extensions.markup.html.repeater.data.table IColumn 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.table IColumn.

The text is from its open source code.

Implementation

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

Method

voiddetach()
Detaches model after use.
ComponentgetHeader(String componentId)
Returns the component that will be used as the header for the column.
SgetSortProperty()
Returns the property that this header sorts on.
booleanisSortable()
Returns true if the header of the column should be sortable
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