| Package | Description |
|---|---|
| no.g9.client.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
protected G9ExcelCell |
G9ExcelExporter.createTable(ObjectSelection os,
RoleConstant targetRole,
List<TableColumnData> columnDataList,
org.apache.poi.ss.usermodel.Sheet sheet,
G9ExcelCell initialCell,
boolean showHeader,
DialogObjectConstant doc)
Creates cells for a table.
|
protected static G9ExcelCell |
G9ExcelExporter.getMax(G9ExcelCell[] cells)
Creates a
G9ExcelCell with max column and row. |
protected static G9ExcelCell |
G9ExcelExporter.getMax(G9ExcelCell offset,
G9ExcelCell cell)
Creates a
G9ExcelCell with max column and row. |
protected G9ExcelCell |
G9ExcelExporter.getMaxCell(DialogObjectConstant[] dialogElements,
G9ExcelCell offset)
Gets the maximum cell obtained when combining the provided offset with one of the dialog elements
|
protected G9ExcelCell |
G9ExcelExporter.getNextAvailableCell(DialogObjectConstant[] dialogElements,
G9ExcelCell offset)
Gets the next available cell.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.Cell |
G9ExcelExporter.createCell(DialogObjectConstant dialogElement,
org.apache.poi.ss.usermodel.Sheet sheet,
G9ExcelCell offset,
boolean isLabel,
int colIndex,
short alignment)
Creates the cell for the element.
|
protected org.apache.poi.ss.usermodel.Cell |
G9ExcelExporter.createCell(DialogObjectConstant dialogElement,
org.apache.poi.ss.usermodel.Sheet sheet,
G9ExcelCell offset,
boolean isLabel,
int colIndex,
String columnTitle,
short alignment)
Creates the cell for the element.
|
protected org.apache.poi.ss.usermodel.Cell |
G9ExcelExporter.createCell(DialogObjectConstant dialogElement,
org.apache.poi.ss.usermodel.Sheet sheet,
G9ExcelCell offset,
boolean isLabel,
short alignment)
Creates a cell for the given element.
|
protected G9ExcelCell |
G9ExcelExporter.createTable(ObjectSelection os,
RoleConstant targetRole,
List<TableColumnData> columnDataList,
org.apache.poi.ss.usermodel.Sheet sheet,
G9ExcelCell initialCell,
boolean showHeader,
DialogObjectConstant doc)
Creates cells for a table.
|
protected static G9ExcelCell |
G9ExcelExporter.getMax(G9ExcelCell[] cells)
Creates a
G9ExcelCell with max column and row. |
protected static G9ExcelCell |
G9ExcelExporter.getMax(G9ExcelCell offset,
G9ExcelCell cell)
Creates a
G9ExcelCell with max column and row. |
protected G9ExcelCell |
G9ExcelExporter.getMaxCell(DialogObjectConstant[] dialogElements,
G9ExcelCell offset)
Gets the maximum cell obtained when combining the provided offset with one of the dialog elements
|
protected G9ExcelCell |
G9ExcelExporter.getNextAvailableCell(DialogObjectConstant[] dialogElements,
G9ExcelCell offset)
Gets the next available cell.
|
Copyright © 2006–2020 Esito AS. All rights reserved.