T - The type of each row in the table.S - The type of the sort property of the table.public interface IExportableColumn<T,S> extends IColumn<T,S>
IColumn that can be exported. IExportableColumns provide methods for retrieving the data
displayed by this column in a row. This data is used by IDataExporters to export data.IDataExporter,
ExportToolbar| Modifier and Type | Method and Description |
|---|---|
IModel<?> |
getDataModel(IModel<T> rowModel)
Returns an
IModel of the data displayed by this column for the rowModel provided. |
IModel<String> |
getDisplayModel()
Returns a model of the column header.
|
getHeader, getSortProperty, isSortablepopulateItemdetachCopyright © 2006–2015 Apache Software Foundation. All rights reserved.