| Package | Description |
|---|---|
| de.hybris.platform.print.interceptors | |
| de.hybris.platform.print.model.table |
Contains generated models for each type of de.hybris.platform.print.jalo.table package.
|
| de.hybris.platform.print.resource.table | |
| de.hybris.platform.printcockpit.model.table | |
| de.hybris.platform.printcockpit.model.table.impl | |
| de.hybris.platform.printcockpit.view.table |
| Modifier and Type | Method and Description |
|---|---|
void |
RowEntryConsistencyInterceptor.onLoad(RowEntryModel row,
InterceptorContext ctx) |
void |
RowEntryConsistencyInterceptor.onValidate(RowEntryModel row,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
CellEntryModel.getRow()
Generated method - Getter of the
CellEntry.row attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<RowEntryModel> |
TableBlockModel.getRows()
Generated method - Getter of the
TableBlock.rows attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntryModel.setRow(RowEntryModel value)
Generated method - Setter of
CellEntry.row attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlockModel.setRows(List<RowEntryModel> value)
Generated method - Setter of
TableBlock.rows attribute defined at extension print. |
| Constructor and Description |
|---|
CellEntryModel(CatalogVersionModel _catalogVersion,
ColumnEntryModel _column,
ItemModel _owner,
RowEntryModel _row,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellEntryModel(CatalogVersionModel _catalogVersion,
ColumnEntryModel _column,
RowEntryModel _row,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
RowEntryResource.getRowEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected RowEntryModel |
RowEntryResource.readResource(String resourceId)
Gets the
RowEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RowEntryModel> |
RowEntriesResource.getRowEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowEntryResource.setRowEntryModel(RowEntryModel value)
Convenience method which just delegates to
#setResourceValue(RowEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowEntriesResource.setRowEntriesCollection(Collection<RowEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
TableService.addRowAt(TableBlockModel table,
int index) |
RowEntryModel |
TableService.getRowAt(TableBlockModel tableModel,
int y) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableService.addRowAt(TableBlockModel tableModel,
RowEntryModel row,
int y) |
void |
TableService.deleteRow(RowEntryModel row) |
CellEntryModel |
TableService.getCell(ColumnEntryModel column,
RowEntryModel row) |
int |
TableService.getRowIndex(TableBlockModel tableModel,
RowEntryModel row) |
void |
TableService.moveRow(TableBlockModel table,
RowEntryModel from,
RowEntryModel to) |
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
TableServiceImpl.addRowAt(TableBlockModel table,
int y) |
protected RowEntryModel |
TableServiceImpl.createRow(TableBlockModel uiTable) |
RowEntryModel |
TableServiceImpl.getRowAt(TableBlockModel tableModel,
int y) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableServiceImpl.addRowAt(TableBlockModel tableModel,
RowEntryModel row,
int y) |
protected CellEntryModel |
TableServiceImpl.createCell(TableBlockModel table,
ColumnEntryModel column,
RowEntryModel row) |
void |
TableServiceImpl.deleteRow(RowEntryModel row) |
CellEntryModel |
TableServiceImpl.getCell(ColumnEntryModel column,
RowEntryModel row) |
int |
TableServiceImpl.getRowIndex(TableBlockModel tableModel,
RowEntryModel row) |
void |
TableServiceImpl.moveRow(TableBlockModel tableModel,
RowEntryModel from,
RowEntryModel to) |
protected CellEntryModel |
TableServiceImpl.wrapCell(ColumnEntryModel uiColumn,
RowEntryModel uiRow,
CellEntry cell,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
PrintTableController.addRowAt(RowEntryModel rowEntry)
Creates a new row and adds it before the given one.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RowEntryModel> |
TableGridZKComponent.getSelectedRows() |
| Modifier and Type | Method and Description |
|---|---|
RowEntryModel |
PrintTableController.addRowAt(RowEntryModel rowEntry)
Creates a new row and adds it before the given one.
|
protected TableGridCellZKComponent |
TableGridRowRenderer.createRowDescription(Row row,
TableBlockModel table,
RowEntryModel rowEntry) |
protected ItemEditorZKComponent |
PrintTableController.createRowEntryEditor(RowEntryModel rowEntry) |
void |
PrintTableController.deleteRow(RowEntryModel rowEntry)
Deletes given row.
|
CellEntryModel |
TableGridCoreModel.getCell(ColumnEntryModel column,
RowEntryModel row) |
void |
PrintTableController.moveRow(RowEntryModel moveFrom,
RowEntryModel moveTo)
Moves the first row in the position of the second one.
|
protected void |
PrintTableController.updateCellResolver(TableBlockModel table,
RowEntryModel rowEntry,
Class rowDataProviderClass,
ColumnEntryModel columnEntry,
Class columnDataproviderClass) |
protected void |
PrintTableController.updateCellResolvers(TableBlockModel table,
RowEntryModel rowEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemEditorZKComponent |
PrintTableController.createMultiRowEntryEditor(List<RowEntryModel> rowEntries) |
Copyright © 2017 SAP SE. All Rights Reserved.