| 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 | Method and Description |
|---|---|
RowEntry |
GeneratedPrintManager.createRowEntry(Map attributeValues) |
RowEntry |
GeneratedPrintManager.createRowEntry(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<RowEntry> |
GeneratedTableBlock.ROWSHANDLER
OneToManyHandler for handling 1:n ROWS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
RowEntry |
GeneratedCellEntry.getRow()
Generated method - Getter of the
CellEntry.row attribute. |
RowEntry |
GeneratedCellEntry.getRow(SessionContext ctx)
Generated method - Getter of the
CellEntry.row attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<RowEntry> |
GeneratedTableBlock.getRows()
Generated method - Getter of the
TableBlock.rows attribute. |
List<RowEntry> |
GeneratedTableBlock.getRows(SessionContext ctx)
Generated method - Getter of the
TableBlock.rows attribute. |
List<RowEntry> |
TableBlock.getRowsConsideringTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedTableBlock.addToRows(RowEntry value)
Generated method - Adds
value to rows. |
void |
GeneratedTableBlock.addToRows(SessionContext ctx,
RowEntry value)
Generated method - Adds
value to rows. |
CellStyle |
TableBlock.computeCellStyle(CellEntry cell,
RowEntry row,
Object rowData,
int rowDataIndex,
int rowDataCount,
ColumnEntry column,
Object columnData,
int colDataIndex,
int colDataCount,
ExpressionContext initialContext) |
String |
TableBlock.computeExtendedStyle(CellEntry cell,
RowEntry row,
Object rowData,
int rowDataIndex,
int rowDataCount,
ColumnEntry column,
Object columnData,
int colDataIndex,
int colDataCount,
ExpressionContext initialContext) |
static CellEntry |
TableBlock.getCellEntry(ColumnEntry column,
RowEntry row) |
void |
GeneratedTableBlock.removeFromRows(RowEntry value)
Generated method - Removes
value from rows. |
void |
GeneratedTableBlock.removeFromRows(SessionContext ctx,
RowEntry value)
Generated method - Removes
value from rows. |
void |
GeneratedCellEntry.setRow(RowEntry value)
Generated method - Setter of the
CellEntry.row attribute. |
void |
GeneratedCellEntry.setRow(SessionContext ctx,
RowEntry value)
Generated method - Setter of the
CellEntry.row attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedTableBlock.setRows(List<RowEntry> value)
Generated method - Setter of the
TableBlock.rows attribute. |
void |
GeneratedTableBlock.setRows(SessionContext ctx,
List<RowEntry> value)
Generated method - Setter of the
TableBlock.rows 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) |
protected TableCellValue |
TableModelImpl.computeCellValue(CellEntry cell,
RowEntry row,
int rowIndex,
ColumnEntry column,
int columnIndex,
int y,
int x) |
protected String |
TableModelImpl.computeExtendedStyle(CellEntry cell,
RowEntry row,
int rowIndex,
Object rowData,
ColumnEntry column,
int columnIndex,
Object columnData,
int y,
int x) |
protected TableCellValue |
TableModelImpl.getCellValue(CellEntry cell,
ColumnEntry column,
int columnIndex,
RowEntry row,
int rowIndex,
int x,
int y) |
protected int |
TableModelImpl.getRowIndex(RowEntry row) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableServiceImpl.saveCellSortConfig(CellEntryModel uiCell,
ColumnEntry column,
RowEntry row,
CellEntry cell) |
protected RowEntryModel |
TableServiceImpl.wrapRow(TableBlockModel uiTable,
RowEntry row,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RowEntryModel> |
TableServiceImpl.wrapRows(TableBlockModel uiTable,
List<RowEntry> rows,
TableBlock table) |
Copyright © 2017 SAP SE. All Rights Reserved.