| Package | Description |
|---|---|
| de.hybris.platform.print.jalo | |
| de.hybris.platform.print.jalo.table | |
| de.hybris.platform.print.util.table | |
| de.hybris.platform.printcockpit.model.table.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<CellStyle> |
GeneratedStyleContainer.CELLSTYLESHANDLER
OneToManyHandler for handling 1:n CELLSTYLES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
CellStyle |
GeneratedPrintManager.createCellStyle(Map attributeValues) |
CellStyle |
GeneratedPrintManager.createCellStyle(SessionContext ctx,
Map attributeValues) |
CellStyle |
StyleContainer.getCellStyle(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<CellStyle> |
GeneratedStyleContainer.getCellStyles()
Generated method - Getter of the
StyleContainer.cellStyles attribute. |
List<CellStyle> |
GeneratedStyleContainer.getCellStyles(SessionContext ctx)
Generated method - Getter of the
StyleContainer.cellStyles attribute. |
List<CellStyle> |
StyleContainer.getCellStyles(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStyleContainer.addToCellStyles(CellStyle value)
Generated method - Adds
value to cellStyles. |
void |
GeneratedStyleContainer.addToCellStyles(SessionContext ctx,
CellStyle value)
Generated method - Adds
value to cellStyles. |
void |
GeneratedStyleContainer.removeFromCellStyles(CellStyle value)
Generated method - Removes
value from cellStyles. |
void |
GeneratedStyleContainer.removeFromCellStyles(SessionContext ctx,
CellStyle value)
Generated method - Removes
value from cellStyles. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStyleContainer.setCellStyles(List<CellStyle> value)
Generated method - Setter of the
StyleContainer.cellStyles attribute. |
void |
GeneratedStyleContainer.setCellStyles(SessionContext ctx,
List<CellStyle> value)
Generated method - Setter of the
StyleContainer.cellStyles attribute. |
| Modifier and Type | Method and Description |
|---|---|
CellStyle |
TableBlock.computeCellStyle(CellEntry cell,
RowEntry row,
Object rowData,
int rowDataIndex,
int rowDataCount,
ColumnEntry column,
Object columnData,
int colDataIndex,
int colDataCount,
ExpressionContext initialContext) |
CellStyle |
GeneratedCellEntry.getCellStyle()
Generated method - Getter of the
CellEntry.cellStyle attribute. |
CellStyle |
GeneratedCellEntry.getCellStyle(SessionContext ctx)
Generated method - Getter of the
CellEntry.cellStyle attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCellEntry.setCellStyle(CellStyle value)
Generated method - Setter of the
CellEntry.cellStyle attribute. |
void |
GeneratedCellEntry.setCellStyle(SessionContext ctx,
CellStyle value)
Generated method - Setter of the
CellEntry.cellStyle attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected CellStyle |
TableModelImpl.computeCellStyle(CellEntry cell,
RowEntry row,
int rowIndex,
Object rowData,
ColumnEntry column,
int columnIndex,
Object columnData,
int y,
int x) |
CellStyle |
TableModelImpl.CellCacheEntry.getCellStyle() |
| Constructor and Description |
|---|
CellCacheEntry(CellEntry cell,
CellStyle cellStyle,
String extendedStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected CellStyle |
TableServiceImpl.unwrapCellStyle(CellStyleModel uiStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected CellStyleModel |
TableServiceImpl.wrapCellStyle(CellStyle style) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CellStyleModel> |
TableServiceImpl.wrapCellStyles(Collection<CellStyle> cellStyles) |
Copyright © 2017 SAP SE. All Rights Reserved.