Uses of Class
overit.geocall.basic.ui.xlsx.XlsxComponent
Packages that use XlsxComponent
Package
Description
-
Uses of XlsxComponent in overit.geocall.basic.ui.xlsx
Subclasses of XlsxComponent in overit.geocall.basic.ui.xlsxModifier and TypeClassDescriptionclassThis class extendsXlsxComponentand implementsIdentified.
This class is used to represent the cell of an Excel sheet.classThis class extendsXlsxCell.
The class implement the text column with left alignment.classThis Class extendsXlsxColumn.
The class implements and represent the boolean column of an Excel sheet.
It's also used to define a custom value of 'false' and 'true' to a Boolean column.classclassThe class extendsXlsxColumnLong.
The class implements and represent the column currency of an Excel sheet.classThis class extendsXlsxColumn.
The class implements and represent the column Date of an Excel sheet.classThis class extendsXlsxColumnLong.
The class implements and represent the column Double of an Excel sheet.classThe class extendsXlsxColumn.
The class implements and represent the column's cell with a function, of an Excel sheet.classThis class extendsXlsxColumn.
The class implements and represent the column Long of an Excel sheet.classThe class extendsXlsxColumn.
The class implements and represent the column's cells with a look up inside, of an Excel sheet.classclassThis class extendsXlsxColumn.classThis class extendsXlsxColumn.
The class implement and represent the column/cell switch of an Excel sheet.classThis class extendsXlsxComponentclassThis class extendsXlsxTableViewand implementsDBObjectMapper.
This class represent an Excel file can have more working sheets, in that case every sheet must have a different name and label, the title is optional.
Manages the rappresentation of the DBView.classThis class extendsXlsxContainerand implementsIdentified.
This class represent the Excel document where are added in the XLSheet.classclassThis class extendsXlsxComponentand implementsIdentified.
This class represent an Excel working sheet.classThis class extendsXlsxContainerand implementsIdentifiedand implementsXlsxElement.
This class represent an Excel working sheet as a table which is.classThis class extendsXlsxComponentand implementsIdentifiedand implementsXlsxElement.
This class allows to add a text inside a cell given a row and a column.Methods in overit.geocall.basic.ui.xlsx that return XlsxComponentModifier and TypeMethodDescriptionXlsxDocument.getComponentFromRegistry(String name) Gets anXlsxComponentfrom a registry name passed by parameter.Methods in overit.geocall.basic.ui.xlsx with parameters of type XlsxComponentModifier and TypeMethodDescriptionprotected org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxColumn.makeCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, org.apache.poi.xssf.usermodel.XSSFFont font, boolean pari, boolean bold, boolean italic, org.apache.poi.xssf.usermodel.XSSFColor textColor) -
Uses of XlsxComponent in overit.geocall.basic.ui.xlsx.format
Methods in overit.geocall.basic.ui.xlsx.format with parameters of type XlsxComponentModifier and TypeMethodDescriptionorg.apache.poi.xssf.usermodel.XSSFCellStyleXlsxBreakFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella) Gets a newXSSFCellStylewith all style from cella passed by parameter.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxBreakFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, String styleName) Gets a newXSSFCellStylewith all style from cella passed by parameter.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxColumnFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, int rowNum) There are two different format, one with a colored background and one without it, to be able to differentiate even and odd rows.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxColumnFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, int rowNum, String styleName) There are two different format, one with a colored background and one without it, to be able to differentiate even and odd rows.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTableFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView tabella, XlsxComponent cella) Gets a newXSSFCellStylewith all style from a cell and table, passed by parameters.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTableFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView tabella, XlsxComponent cella, String styleName) Gets a newXSSFCellStylewith all style from a cell and table, passed by parameters.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTextFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella) Gets a newXSSFCellStylewith all style from cella passed by parameter.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTextFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, String styleName) Gets a newXSSFCellStylewith all style from cella passed by parameter.protected static org.apache.poi.xssf.usermodel.XSSFFontXlsxColumnFormat.giveFont(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella) protected org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxBreakFormat.makeCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, org.apache.poi.xssf.usermodel.XSSFFont font, boolean pari) protected org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxColumnFormat.makeCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, org.apache.poi.xssf.usermodel.XSSFFont font, boolean pari) protected org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTextFormat.makeCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxComponent cella, org.apache.poi.xssf.usermodel.XSSFFont font, boolean pari) protected voidXlsxTableFormat.setBackgroundColor(XlsxComponent cell, org.apache.poi.xssf.usermodel.XSSFCellStyle style) protected voidXlsxTableFormat.setFontStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView table, XlsxComponent cell, org.apache.poi.xssf.usermodel.XSSFCellStyle cs) -
Uses of XlsxComponent in overit.geocallapp.wfm.cee.bl.survey.task
Subclasses of XlsxComponent in overit.geocallapp.wfm.cee.bl.survey.task