Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.table.export.IExportableColumn
-
Packages that use IExportableColumn Package Description org.apache.wicket.extensions.markup.html.repeater.data.table org.apache.wicket.extensions.markup.html.repeater.data.table.export Package for exporting data tables.org.apache.wicket.extensions.markup.html.repeater.data.table.filter -
-
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 IExportableColumn Modifier and Type Class Description classLambdaColumn<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 IExportableColumn Modifier and Type Class Description classAbstractExportableColumn<T,S>A helper implementation ofIExportableColumn.Method parameters in org.apache.wicket.extensions.markup.html.repeater.data.table.export with type arguments of type IExportableColumn Modifier and Type Method Description <T> voidCSVDataExporter. exportData(org.apache.wicket.markup.repeater.data.IDataProvider<T> dataProvider, List<IExportableColumn<T,?>> columns, OutputStream outputStream)<T> voidIDataExporter. exportData(org.apache.wicket.markup.repeater.data.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 IExportableColumn Modifier and Type Class Description classChoiceFilteredPropertyColumn<T,Y,S>A filtered property column that creates a textfield filter component.classFilteredPropertyColumn<T,S>LikePropertyColumnbut with support for filters.classTextFilteredPropertyColumn<T,F,S>A filtered property column that creates a textfield filter component.
-