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

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

The text is from its open source code.

Implementation

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

Method

IModelgetDataModel(IModel rowModel)
Returns an IModel of the data displayed by this column for the rowModel provided.
IModelgetDisplayModel()
Returns a model of the column header.