Class GridDataExtractor<T>
java.lang.Object
software.xdev.vaadin.grid_exporter.grid.GridDataExtractor<T>
Extracts the sorted and filtered data from a
Grid.
Be aware that this class uses reflection to achieve it's goals.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetFormattedValue(com.vaadin.flow.component.grid.Grid.Column<T> column, T item) getSortedAndFilteredData(com.vaadin.flow.component.grid.Grid<T> grid) getSortedAndFilteredData(List<ColumnConfiguration<T>> columnsToExport) protected <R> MethodgetValueFormatter(R renderer) protected <X> com.vaadin.flow.function.ValueProvider<T,X> getValueProvider(com.vaadin.flow.component.grid.Grid.Column<T> column)
-
Field Details
-
grid
-
-
Constructor Details
-
GridDataExtractor
-
-
Method Details
-
getSortedAndFilteredData
-
getFormattedValue
-
getValueFormatter
-
getValueProvider
-
getSortedAndFilteredData
-