B C G I L P R S T V 
All Classes All Packages

B

ButtonsAlignment - Enum in com.flowingcode.vaadin.addons.gridexporter
 

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
 
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
 
setCsvExportEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.gridexporter.GridExporter
 
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
 
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.
B C G I L P R S T V 
All Classes All Packages