| Package | Description |
|---|---|
| de.hybris.platform.print.interceptors | |
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| 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 |
TableBlockConsistencyInterceptor.onValidate(TableBlockModel table,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
TablePlaceholderModel.getTable()
Generated method - Getter of the
TablePlaceholder.table attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
TablePlaceholderModel.setTable(TableBlockModel value)
Generated method - Setter of
TablePlaceholder.table attribute defined at extension print. |
| Constructor and Description |
|---|
TablePlaceholderModel(CometConfigurationModel _cometConfig,
ItemModel _owner,
String _qualifier,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TablePlaceholderModel(CometConfigurationModel _cometConfig,
String _qualifier,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
RowEntryModel.getTable()
Generated method - Getter of the
RowEntry.table attribute defined at extension print. |
TableBlockModel |
ColumnEntryModel.getTable()
Generated method - Getter of the
ColumnEntry.table attribute defined at extension print. |
TableBlockModel |
AbstractTableDataHolderModel.getTable()
Generated method - Getter of the
AbstractTableDataHolder.table attribute defined at extension print. |
TableBlockModel |
CellEntryModel.getTable()
Generated method - Getter of the
CellEntry.table attribute defined at extension print. |
TableBlockModel |
TableBlockModel.getTableTemplate()
Generated method - Getter of the
TableBlock.tableTemplate attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableBlockModel> |
TableBlockModel.getAllTableTemplates()
Generated method - Getter of the
TableBlock.allTableTemplates attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
RowEntryModel.setTable(TableBlockModel value)
Generated method - Setter of
RowEntry.table attribute defined at extension print. |
void |
ColumnEntryModel.setTable(TableBlockModel value)
Generated method - Setter of
ColumnEntry.table attribute defined at extension print. |
void |
AbstractTableDataHolderModel.setTable(TableBlockModel value)
Generated method - Setter of
AbstractTableDataHolder.table attribute defined at extension print. |
void |
CellEntryModel.setTable(TableBlockModel value)
Generated method - Setter of
CellEntry.table attribute defined at extension print. |
void |
TableBlockModel.setTableTemplate(TableBlockModel value)
Generated method - Setter of
TableBlock.tableTemplate attribute defined at extension print. |
| Constructor and Description |
|---|
AbstractTableDataHolderModel(ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractTableDataHolderModel(TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisDataHolderModel(AxisEntryModel _axis,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisDataHolderModel(AxisEntryModel _axis,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellDataHolderModel(CellEntryModel _cell,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellDataHolderModel(CellEntryModel _cell,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
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
|
ColumnEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ColumnEntryModel(CatalogVersionModel _catalogVersion,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RowEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RowEntryModel(CatalogVersionModel _catalogVersion,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TableDataHolderModel(ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TableDataHolderModel(TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
TableBlockResource.getTableBlockModel()
Convenience method which just delegates to
#getResourceValue() |
protected TableBlockModel |
TableBlockResource.readResource(String resourceId)
Gets the
TableBlockModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableBlockModel> |
TableBlocksResource.getTableBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlockResource.setTableBlockModel(TableBlockModel value)
Convenience method which just delegates to
#setResourceValue(TableBlockModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlocksResource.setTableBlocksCollection(Collection<TableBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
AxisEntryService.getTableModel(AxisEntryModel axisModel) |
TableBlockModel |
TableService.loadTable(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
List<TableBlockModel> |
TableService.loadTablesForTemplateDropdown() |
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
DefaultAxisEntryService.getTableModel(AxisEntryModel axisModel) |
protected TableBlockModel |
TableServiceImpl.getTableOrTemplate(TableBlockModel table) |
TableBlockModel |
TableServiceImpl.loadTable(PK pk) |
TableBlockModel |
TableServiceImpl.wrapTable(TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
List<TableBlockModel> |
TableServiceImpl.loadTablesForTemplateDropdown()
Available table templates list for dropdown
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableServiceImpl.addCell(TableBlockModel tableModel,
CellEntryModel cell) |
void |
TableServiceImpl.addColumnAt(TableBlockModel tableModel,
ColumnEntryModel column,
int x) |
ColumnEntryModel |
TableServiceImpl.addColumnAt(TableBlockModel table,
int x) |
RowEntryModel |
TableServiceImpl.addRowAt(TableBlockModel table,
int y) |
void |
TableServiceImpl.addRowAt(TableBlockModel tableModel,
RowEntryModel row,
int y) |
boolean |
TableServiceImpl.axisDataCanBeComputed(TableBlockModel table,
AxisEntryModel axis) |
boolean |
TableServiceImpl.cellValueCanBeComputed(TableBlockModel table,
CellEntryModel cell) |
List<ParameterDescriptor> |
DefaultAxisEntryService.collectAxisDataParams(TableBlockModel table,
AxisEntryModel axisModel) |
List<ParameterDescriptor> |
TableServiceImpl.collectGlobalDataParams(TableBlockModel table) |
List |
TableServiceImpl.computeAxisData(TableBlockModel table,
AxisEntryModel uiAxis) |
Object |
TableServiceImpl.computeCellValue(TableBlockModel table,
CellEntryModel uiCell,
int columnDataIndex,
int rowDataIndex) |
protected CellEntryModel |
TableServiceImpl.createCell(TableBlockModel table,
ColumnEntryModel column,
RowEntryModel row) |
protected ColumnEntryModel |
TableServiceImpl.createColumn(TableBlockModel uiTable) |
protected RowEntryModel |
TableServiceImpl.createRow(TableBlockModel uiTable) |
Object |
DefaultAxisEntryService.getAttribute(TableBlockModel table,
AxisEntryModel cellModel,
String qualifier) |
Object |
DefaultCellEntryService.getAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier) |
ColumnEntryModel |
TableServiceImpl.getColumnAt(TableBlockModel tableModel,
int x) |
int |
TableServiceImpl.getColumnCount(TableBlockModel tableModel) |
int |
TableServiceImpl.getColumnIndex(TableBlockModel tableModel,
ColumnEntryModel column) |
Map<String,Object> |
TableServiceImpl.getDataParams(TableBlockModel tableModel) |
Class |
DefaultAxisEntryService.getDataProviderClass(TableBlockModel table,
AxisEntryModel axisModel) |
Map<String,Object> |
DefaultAxisEntryService.getDataProviderParams(TableBlockModel table,
AxisEntryModel axisModel) |
Class |
DefaultCellEntryService.getDataResolverClass(TableBlockModel table,
CellEntryModel cellModel) |
Map<String,Object> |
DefaultCellEntryService.getDataResolverParams(TableBlockModel table,
CellEntryModel cellModel) |
RowEntryModel |
TableServiceImpl.getRowAt(TableBlockModel tableModel,
int y) |
int |
TableServiceImpl.getRowCount(TableBlockModel tableModel) |
int |
TableServiceImpl.getRowIndex(TableBlockModel tableModel,
RowEntryModel row) |
protected TableBlockModel |
TableServiceImpl.getTableOrTemplate(TableBlockModel table) |
boolean |
TableServiceImpl.hasTemplate(TableBlockModel tableModel) |
boolean |
TableServiceImpl.isOwnAxis(TableBlockModel tableModel,
AxisEntryModel axisModel) |
boolean |
TableServiceImpl.isOwnCell(TableBlockModel tableModel,
CellEntryModel cellModel) |
void |
TableServiceImpl.moveColumn(TableBlockModel tableModel,
ColumnEntryModel from,
ColumnEntryModel to) |
void |
TableServiceImpl.moveRow(TableBlockModel tableModel,
RowEntryModel from,
RowEntryModel to) |
void |
TableServiceImpl.saveTable(TableBlockModel uiTable) |
void |
TableServiceImpl.saveTableAs(TableBlockModel uiTable) |
void |
TableServiceImpl.saveTableAs(TableBlockModel uiTable,
String newCode) |
void |
TableServiceImpl.saveTableWithoutTemplate(TableBlockModel tableModel)
Saves table but checks if it has the template - if so, take care not to save template data to the table
|
void |
DefaultAxisEntryService.setAttribute(TableBlockModel table,
AxisEntryModel cellModel,
String qualifier,
Object value) |
void |
DefaultCellEntryService.setAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier,
Object value) |
void |
TableServiceImpl.setDataParams(TableBlockModel tableModel,
Map<String,Object> params) |
void |
DefaultAxisEntryService.setDataProviderClass(TableBlockModel table,
AxisEntryModel axisModel,
Class providerClass) |
void |
DefaultAxisEntryService.setDataProviderParams(TableBlockModel table,
AxisEntryModel axisModel,
Map<String,Object> params) |
void |
DefaultCellEntryService.setDataResolverClass(TableBlockModel table,
CellEntryModel cellModel,
Class resolverClass) |
void |
DefaultCellEntryService.setDataResolverParams(TableBlockModel table,
CellEntryModel cellModel,
Map<String,Object> params) |
protected void |
TableServiceImpl.setTableAsNew(TableBlockModel uiTable) |
protected void |
TableServiceImpl.wrapCells(TableBlockModel uiTable,
TableBlock table) |
protected ColumnEntryModel |
TableServiceImpl.wrapColumn(TableBlockModel uiTable,
ColumnEntry column,
TableBlock table) |
protected List<ColumnEntryModel> |
TableServiceImpl.wrapColumns(TableBlockModel uiTable,
List<ColumnEntry> columns,
TableBlock table) |
protected RowEntryModel |
TableServiceImpl.wrapRow(TableBlockModel uiTable,
RowEntry row,
TableBlock table) |
protected List<RowEntryModel> |
TableServiceImpl.wrapRows(TableBlockModel uiTable,
List<RowEntry> rows,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
EmptyCellZKComponent.getTable() |
protected TableBlockModel |
TableGridCoreModel.getTable() |
TableBlockModel |
TableGridModel.getTable() |
TableBlockModel |
TableGridZKComponent.getTable() |
TableBlockModel |
PrintTableController.getTable() |
protected TableBlockModel |
PrintTableController.getTableFromContext(CreateEvent event) |
TableBlockModel |
TableGridCoreModel.getTableOrTemplate() |
TableBlockModel |
TableGridModel.getTableOrTemplate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrintTableController.addGlobalDataParamEditors(ItemEditorZKComponent editor,
TableBlockModel table) |
protected TableGridCellZKComponent |
TableGridRowRenderer.createColumnDescription(Row row,
TableBlockModel table,
ColumnEntryModel columnEntry) |
protected TableGridCellZKComponent |
TableGridRowRenderer.createEmptyCell(Row row,
TableBlockModel table) |
protected TableGridCellZKComponent |
TableGridRowRenderer.createNewAxisCell(Row row,
TableBlockModel table,
boolean isColumn) |
protected TableGridCellZKComponent |
TableGridRowRenderer.createRowDescription(Row row,
TableBlockModel table,
RowEntryModel rowEntry) |
protected ItemEditorZKComponent |
PrintTableController.createTableEditor(TableBlockModel table) |
protected String |
EmptyCellZKComponent.getLabelValue(TableBlockModel table) |
void |
PrintTableController.itemsDropped(TableBlockModel table,
Collection<TypedObject> itemColl,
int index)
Handles item drop on the table.
|
protected void |
PrintTableController.saveDataParams(ItemEditorZKComponent editor,
TableBlockModel table,
AxisEntryModel entry) |
protected void |
PrintTableController.saveGlobalDataParams(ItemEditorZKComponent editor,
TableBlockModel table) |
protected void |
PrintTableController.setDataProvider(TableBlockModel table,
AxisEntryModel entry,
Class dataProviderClass,
Map<String,Object> values) |
protected void |
PrintTableController.setDataResolver(TableBlockModel table,
CellEntryModel entry,
Class dataResolverClass,
Map<String,Object> values) |
protected void |
TableGridCoreModel.setTable(TableBlockModel table) |
void |
TableGridModel.setTable(TableBlockModel table) |
void |
PrintTableController.setTable(TableBlockModel table) |
protected void |
PrintTableController.setTableData(TableBlockModel table,
Map<String,Object> values) |
protected void |
PrintTableController.updateCellResolver(Class rowDataProviderClass,
Class columnDataProviderClass,
TableBlockModel table,
CellEntryModel cellEntry) |
protected void |
PrintTableController.updateCellResolver(TableBlockModel table,
RowEntryModel rowEntry,
Class rowDataProviderClass,
ColumnEntryModel columnEntry,
Class columnDataproviderClass) |
protected void |
PrintTableController.updateCellResolvers(TableBlockModel table,
AxisEntryModel entry) |
protected void |
PrintTableController.updateCellResolvers(TableBlockModel table,
ColumnEntryModel columnEntry) |
protected void |
PrintTableController.updateCellResolvers(TableBlockModel table,
RowEntryModel rowEntry) |
| Constructor and Description |
|---|
CoreCellZKComponent(Row parent,
TableBlockModel table,
CellEntryModel cellEntry) |
EmptyCellZKComponent(Row parent,
TableBlockModel table) |
HeaderCellZKComponent(Row parent,
TableBlockModel table,
AxisEntryModel axisEntry) |
NewAxisCellZKComponent(Row parent,
TableBlockModel table,
boolean isColumn) |
TableGridCoreModel(TableBlockModel table) |
TableGridModel(TableBlockModel table) |
| Constructor and Description |
|---|
UITableListSelectionAttributeEditor(AttributeConfiguration attrConfig,
List<TableBlockModel> listValues) |
Copyright © 2017 SAP SE. All Rights Reserved.