B C G I L P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
C
- cellTypeEquals(Cell, CellType) - Static method in class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
-
Verifies if the cell if of the supplied type
- com.flowingcode.vaadin.addons.gridexporter - package com.flowingcode.vaadin.addons.gridexporter
- createFor(Grid<T>) - Static method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- createFor(Grid<T>, String, String) - Static method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
G
- getAdditionalPlaceHolders() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getColumns() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getColumnsOrdered() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Get columns in the positions specified by
GridExporter.setColumnPosition
- getCsvStreamResource() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getDocxStreamResource() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getDocxStreamResource(String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getExcelStreamResource() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getExcelStreamResource(String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getFileName() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getPdfStreamResource() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getPdfStreamResource(String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getSheetNumber() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- getTitle() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- GridExporter<T> - Class in com.flowingcode.vaadin.addons.gridexporter
I
- isAutoAttachExportButtons() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isAutoMergeTitle() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isAutoSizeColumns() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isCsvExportEnabled() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isDocxExportEnabled() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isExcelExportEnabled() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- isPdfExportEnabled() - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
L
- LEFT - com.flowingcode.vaadin.addons.gridexporter.ButtonsAlignment
P
- PoiHelper - Class in com.flowingcode.vaadin.addons.gridexporter
-
Class for adding support for older versions of Apache POI by using reflection
- PoiHelper() - Constructor for class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
R
- RIGHT - com.flowingcode.vaadin.addons.gridexporter.ButtonsAlignment
S
- setAdditionalPlaceHolders(Map<String, String>) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Sets a map that will contain additional place holders that will be replaced with values when processing the exported file
- setAutoAttachExportButtons(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If true, it will automatically generate export buttons in the asociated grid
- setAutoMergeTitle(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If true the title cell will be merged with the next ones to create a single title cell that will span across the columns
- setAutoSizeColumns(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setBlank(Cell) - Static method in class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
-
Tries to set the cell to be blank
- setButtonsAlignment(ButtonsAlignment) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setColumnPosition(Grid.Column<T>, int) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Assigns the position of the column in the exported file.
- setColumns(List<Grid.Column<T>>) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setCsvExportEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setCustomFooter(Grid.Column<T>, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Configures the exporter to use a custom string for a specific column's footer.
- setCustomHeader(Grid.Column<T>, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Configures the exporter to use a custom string for a specific column's header.
- setDateColumnFormat(Grid.Column<T>, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If the column is based on a LocalDate attribute of the item, rendered with a LocalDateRenderer, it configures the excel format to be applied to the cell when exported to excel, so the resulting cell is not a string but a date that can be used in formulas.
- setDateColumnFormat(Grid.Column<T>, DateFormat, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If the column is based on a String, it configures a DateFormat to parse a date from the value of the column so it can be converted to a java.util.Date, and then allows to specify the excel format to be applied to the cell when exported to excel, so the resulting cell is not a string but a date that can be used in formulas.
- setDocxExportEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setExcelExportEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setExportColumn(Grid.Column<T>, boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Configure if the column is exported or not
- setExportValue(Grid.Column<T>, ValueProvider<T, String>) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Configure a value provider for a given column.
- setFileName(String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Sets the filename of the exported file
- setNullValueHandler(SerializableSupplier<String>) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setNumberColumnFormat(Grid.Column<T>, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If the column is based on a number attribute of the item, rendered with a NumberRenderer, it configures the excel format to be applied to the cell when exported to excel, so the resulting cell is not a string but a number that can be used in formulas.
- setNumberColumnFormat(Grid.Column<T>, DecimalFormat, String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
If the column is based on a String, it configures a DecimalFormat to parse a number from the value of the column so it can be converted to a Double, and then allows to specify the excel format to be applied to the cell when exported to excel, so the resulting cell is not a string but a number that can be used in formulas.
- setPdfExportEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
- setSheetNumber(int) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Configures the excel sheet that will be inspected for placeholders to export the data
- setTitle(String) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
-
Sets the title of the exported file
- setWidth(XWPFTableCell, String) - Static method in class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
-
Sets the width of the given XWPFTableCell
- setWonCTTblGridCol(CTTblGridCol, String) - Static method in class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
-
Sets the width of the given CTTblGridCol
- setWonCTTblWidth(CTTblWidth, String) - Static method in class com.flowingcode.vaadin.addons.gridexporter.PoiHelper
-
Sets the width of the given CTTblWidth
T
- totalcells - Variable in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
V
- valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.gridexporter.ButtonsAlignment
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.flowingcode.vaadin.addons.gridexporter.ButtonsAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages