Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.export.IExportableColumn
Packages that use IExportableColumn
Package
Description
Package for exporting data tables.
-
Uses of IExportableColumn in org.apache.wicket.extensions.markup.html.repeater.data.table
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IExportableColumnModifier and TypeClassDescriptionclassLambdaColumn<T,S> An implementation of column that adds a label to the cell whose model is determined by the providedSerializableFunctionthat is evaluated against the current row's model objectclassPropertyColumn<T,S> A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used byPropertyModel) that is evaluated against the current row's model object -
Uses of IExportableColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.export that implement IExportableColumnMethod parameters in org.apache.wicket.extensions.markup.html.repeater.data.table.export with type arguments of type IExportableColumnModifier and TypeMethodDescription<T> voidCSVDataExporter.exportData(IDataProvider<T> dataProvider, List<IExportableColumn<T, ?>> columns, OutputStream outputStream) <T> voidIDataExporter.exportData(IDataProvider<T> dataProvider, List<IExportableColumn<T, ?>> columns, OutputStream outputStream) Exports the data provided by theIDataProviderto theOutputStream. -
Uses of IExportableColumn in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement IExportableColumnModifier and TypeClassDescriptionclassChoiceFilteredPropertyColumn<T,Y, S> A filtered property column that creates a textfield filter component.classLikePropertyColumnbut with support for filters.classTextFilteredPropertyColumn<T,F, S> A filtered property column that creates a textfield filter component.