public interface IExportableColumn extends IColumn
IColumn has an export capability| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.model.IModel<Object> |
newDataModel(org.apache.wicket.model.IModel<?> rowModel)
Gets a new
IModel of the data represented by this IExportableColumn, for the supplied row model |
getAggregates, getAttributes, getEditor, getField, getFilterable, getFooterTemplate, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getType, getWidth, isEditable, isEncoded, isNullableorg.apache.wicket.model.IModel<Object> newDataModel(org.apache.wicket.model.IModel<?> rowModel)
IModel of the data represented by this IExportableColumn, for the supplied row modelrowModel - the row modelIModel of the data represented by this IExportableColumnCopyright © 2021 7thWeb. All rights reserved.