| 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 |
ColumnEntryConsistencyInterceptor.onLoad(ColumnEntryModel column,
InterceptorContext ctx) |
void |
ColumnEntryConsistencyInterceptor.onValidate(ColumnEntryModel column,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ColumnEntryModel |
CellEntryModel.getColumn()
Generated method - Getter of the
CellEntry.column attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnEntryModel> |
TableBlockModel.getColumns()
Generated method - Getter of the
TableBlock.columns attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntryModel.setColumn(ColumnEntryModel value)
Generated method - Setter of
CellEntry.column attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlockModel.setColumns(List<ColumnEntryModel> value)
Generated method - Setter of
TableBlock.columns 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 |
|---|---|
ColumnEntryModel |
ColumnEntryResource.getColumnEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected ColumnEntryModel |
ColumnEntryResource.readResource(String resourceId)
Gets the
ColumnEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnEntryModel> |
ColumnEntriesResource.getColumnEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnEntryResource.setColumnEntryModel(ColumnEntryModel value)
Convenience method which just delegates to
#setResourceValue(ColumnEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnEntriesResource.setColumnEntriesCollection(Collection<ColumnEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
ColumnEntryModel |
TableService.addColumnAt(TableBlockModel table,
int index) |
ColumnEntryModel |
TableService.getColumnAt(TableBlockModel tableModel,
int x) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableService.addColumnAt(TableBlockModel tableModel,
ColumnEntryModel column,
int x) |
void |
TableService.deleteColumn(ColumnEntryModel column) |
CellEntryModel |
TableService.getCell(ColumnEntryModel column,
RowEntryModel row) |
int |
TableService.getColumnIndex(TableBlockModel tableModel,
ColumnEntryModel column) |
void |
TableService.moveColumn(TableBlockModel table,
ColumnEntryModel from,
ColumnEntryModel to) |
| Modifier and Type | Method and Description |
|---|---|
ColumnEntryModel |
TableServiceImpl.addColumnAt(TableBlockModel table,
int x) |
protected ColumnEntryModel |
TableServiceImpl.createColumn(TableBlockModel uiTable) |
ColumnEntryModel |
TableServiceImpl.getColumnAt(TableBlockModel tableModel,
int x) |
protected ColumnEntryModel |
TableServiceImpl.wrapColumn(TableBlockModel uiTable,
ColumnEntry column,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ColumnEntryModel> |
TableServiceImpl.wrapColumns(TableBlockModel uiTable,
List<ColumnEntry> columns,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableServiceImpl.addColumnAt(TableBlockModel tableModel,
ColumnEntryModel column,
int x) |
protected CellEntryModel |
TableServiceImpl.createCell(TableBlockModel table,
ColumnEntryModel column,
RowEntryModel row) |
void |
TableServiceImpl.deleteColumn(ColumnEntryModel column) |
CellEntryModel |
TableServiceImpl.getCell(ColumnEntryModel column,
RowEntryModel row) |
int |
TableServiceImpl.getColumnIndex(TableBlockModel tableModel,
ColumnEntryModel column) |
void |
TableServiceImpl.moveColumn(TableBlockModel tableModel,
ColumnEntryModel from,
ColumnEntryModel to) |
protected CellEntryModel |
TableServiceImpl.wrapCell(ColumnEntryModel uiColumn,
RowEntryModel uiRow,
CellEntry cell,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
ColumnEntryModel |
PrintTableController.addColumnAt(ColumnEntryModel columnEntry)
Creates a new column and adds it before the given one.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ColumnEntryModel> |
TableGridZKComponent.getSelectedColumns() |
| Modifier and Type | Method and Description |
|---|---|
ColumnEntryModel |
PrintTableController.addColumnAt(ColumnEntryModel columnEntry)
Creates a new column and adds it before the given one.
|
protected TableGridCellZKComponent |
TableGridRowRenderer.createColumnDescription(Row row,
TableBlockModel table,
ColumnEntryModel columnEntry) |
protected ItemEditorZKComponent |
PrintTableController.createColumnEntryEditor(ColumnEntryModel columnEntry) |
void |
PrintTableController.deleteColumn(ColumnEntryModel columnEntry)
Deletes given column.
|
CellEntryModel |
TableGridCoreModel.getCell(ColumnEntryModel column,
RowEntryModel row) |
void |
PrintTableController.moveColumn(ColumnEntryModel moveFrom,
ColumnEntryModel moveTo)
Moves the first column 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,
ColumnEntryModel columnEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemEditorZKComponent |
PrintTableController.createMultiColumnEntryEditor(List<ColumnEntryModel> columnEntries) |
Copyright © 2017 SAP SE. All Rights Reserved.