| 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 |
CellEntryConsistencyInterceptor.onLoad(CellEntryModel cell,
InterceptorContext ctx) |
void |
CellEntryConsistencyInterceptor.onValidate(CellEntryModel cellEntry,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
CellEntryModel |
SortConfigModel.getCell()
Generated method - Getter of the
SortConfig.cell attribute defined at extension print. |
CellEntryModel |
CellDataHolderModel.getCell()
Generated method - Getter of the
CellDataHolder.cell attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CellEntryModel> |
AxisEntryModel.getCells()
Generated method - Getter of the
AxisEntry.cells attribute defined at extension print. |
Collection<CellEntryModel> |
TableBlockModel.getCells()
Generated method - Getter of the
TableBlock.cells attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
SortConfigModel.setCell(CellEntryModel value)
Generated method - Setter of
SortConfig.cell attribute defined at extension print. |
void |
CellDataHolderModel.setCell(CellEntryModel value)
Generated method - Setter of
CellDataHolder.cell attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlockModel.setCells(Collection<CellEntryModel> value)
Generated method - Setter of
TableBlock.cells attribute defined at extension print. |
| Constructor and Description |
|---|
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
|
SortConfigModel(AxisEntryModel _axis,
CellEntryModel _cell)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SortConfigModel(AxisEntryModel _axis,
CellEntryModel _cell,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CellEntryModel |
CellEntryResource.getCellEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected CellEntryModel |
CellEntryResource.readResource(String resourceId)
Gets the
CellEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CellEntryModel> |
CellEntriesResource.getCellEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntryResource.setCellEntryModel(CellEntryModel value)
Convenience method which just delegates to
#setResourceValue(CellEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntriesResource.setCellEntriesCollection(Collection<CellEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CellEntryModel |
TableService.getCell(ColumnEntryModel column,
RowEntryModel row) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableService.addCell(TableBlockModel tableModel,
CellEntryModel cell) |
boolean |
TableService.cellValueCanBeComputed(TableBlockModel table,
CellEntryModel cell) |
Object |
TableService.computeCellValue(TableBlockModel table,
CellEntryModel cell,
int columnDataIndex,
int rowDataIndex) |
Object |
CellEntryService.getAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier) |
Class<? extends CellDataResolver> |
CellEntryService.getDataResolverClass(TableBlockModel table,
CellEntryModel cellModel) |
Map<String,Object> |
CellEntryService.getDataResolverParams(TableBlockModel table,
CellEntryModel cellModel) |
Boolean |
CellEntryService.getDoSort(CellEntryModel cellModel) |
Boolean |
CellEntryService.getSortAscending(CellEntryModel cellModel) |
Boolean |
CellEntryService.getSortByRawValue(CellEntryModel cellModel) |
Boolean |
CellEntryService.getSortCaseSensitive(CellEntryModel cellModel) |
Class |
CellEntryService.getSortComparatorClass(CellEntryModel cellModel) |
int |
CellEntryService.getSortPriority(CellEntryModel cellModel) |
Boolean |
CellEntryService.getSortVertically(CellEntryModel cellModel) |
boolean |
TableService.isOwnCell(TableBlockModel tableModel,
CellEntryModel cellModel) |
void |
CellEntryService.setAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier,
Object value) |
void |
CellEntryService.setDataResolverClass(TableBlockModel table,
CellEntryModel cellModel,
Class<? extends CellDataResolver> resolverClass) |
void |
CellEntryService.setDataResolverParams(TableBlockModel table,
CellEntryModel cellModel,
Map<String,Object> params) |
void |
CellEntryService.setDoSort(CellEntryModel cellModel,
Boolean doSort) |
void |
CellEntryService.setSortAscending(CellEntryModel cellModel,
Boolean sortAscending) |
void |
CellEntryService.setSortByRawValue(CellEntryModel cellModel,
Boolean sortByRawValue) |
void |
CellEntryService.setSortCaseSensitive(CellEntryModel cellModel,
Boolean sortCaseSensitive) |
void |
CellEntryService.setSortComparatorClass(CellEntryModel cellModel,
Class comparatorClass) |
void |
CellEntryService.setSortPriority(CellEntryModel cellModel,
int sortPriority) |
void |
CellEntryService.setSortVertically(CellEntryModel cellModel,
Boolean sortVertically) |
| Modifier and Type | Method and Description |
|---|---|
protected CellEntryModel |
TableServiceImpl.createCell(TableBlockModel table,
ColumnEntryModel column,
RowEntryModel row) |
CellEntryModel |
TableServiceImpl.getCell(ColumnEntryModel column,
RowEntryModel row) |
protected CellEntryModel |
TableServiceImpl.wrapCell(ColumnEntryModel uiColumn,
RowEntryModel uiRow,
CellEntry cell,
TableBlock table) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableServiceImpl.addCell(TableBlockModel tableModel,
CellEntryModel cell) |
boolean |
TableServiceImpl.cellValueCanBeComputed(TableBlockModel table,
CellEntryModel cell) |
Object |
TableServiceImpl.computeCellValue(TableBlockModel table,
CellEntryModel uiCell,
int columnDataIndex,
int rowDataIndex) |
Object |
DefaultCellEntryService.getAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier) |
Class |
DefaultCellEntryService.getDataResolverClass(TableBlockModel table,
CellEntryModel cellModel) |
Map<String,Object> |
DefaultCellEntryService.getDataResolverParams(TableBlockModel table,
CellEntryModel cellModel) |
Boolean |
DefaultCellEntryService.getDoSort(CellEntryModel cellModel) |
Boolean |
DefaultCellEntryService.getSortAscending(CellEntryModel cellModel) |
Boolean |
DefaultCellEntryService.getSortByRawValue(CellEntryModel cellModel) |
Boolean |
DefaultCellEntryService.getSortCaseSensitive(CellEntryModel cellModel) |
Class |
DefaultCellEntryService.getSortComparatorClass(CellEntryModel cellModel) |
int |
DefaultCellEntryService.getSortPriority(CellEntryModel cellModel) |
Boolean |
DefaultCellEntryService.getSortVertically(CellEntryModel cellModel) |
boolean |
TableServiceImpl.isOwnCell(TableBlockModel tableModel,
CellEntryModel cellModel) |
protected void |
TableServiceImpl.saveCellSortConfig(CellEntryModel uiCell,
ColumnEntry column,
RowEntry row,
CellEntry cell) |
void |
DefaultCellEntryService.setAttribute(TableBlockModel table,
CellEntryModel cellModel,
String qualifier,
Object value) |
void |
DefaultCellEntryService.setDataResolverClass(TableBlockModel table,
CellEntryModel cellModel,
Class resolverClass) |
void |
DefaultCellEntryService.setDataResolverParams(TableBlockModel table,
CellEntryModel cellModel,
Map<String,Object> params) |
void |
DefaultCellEntryService.setDoSort(CellEntryModel cellModel,
Boolean doSort) |
void |
DefaultCellEntryService.setSortAscending(CellEntryModel cellModel,
Boolean sortAscending) |
void |
DefaultCellEntryService.setSortByRawValue(CellEntryModel cellModel,
Boolean sortByRawValue) |
void |
DefaultCellEntryService.setSortCaseSensitive(CellEntryModel cellModel,
Boolean sortCaseSensitive) |
void |
DefaultCellEntryService.setSortComparatorClass(CellEntryModel cellModel,
Class comparatorClass) |
void |
DefaultCellEntryService.setSortPriority(CellEntryModel cellModel,
int sortPriority) |
void |
DefaultCellEntryService.setSortVertically(CellEntryModel cellModel,
Boolean sortVertically) |
| Modifier and Type | Method and Description |
|---|---|
CellEntryModel |
TableGridCoreModel.getCell(ColumnEntryModel column,
RowEntryModel row) |
CellEntryModel |
CoreCellZKComponent.getCellEntry() |
| Modifier and Type | Method and Description |
|---|---|
Set<CellEntryModel> |
TableGridZKComponent.getSelectedCells() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrintTableController.addDataParamEditors(ItemEditorZKComponent editor,
Class dataModelClass,
CellEntryModel cell) |
protected void |
PrintTableController.addLockedAttribute(ItemEditorZKComponent editor,
ItemEditorConfiguration config,
CellEntryModel entry) |
protected TableGridCellZKComponent |
TableGridCoreRowRenderer.createCell(Row row,
CellEntryModel cellEntry) |
protected ItemEditorZKComponent |
PrintTableController.createCellEntryEditor(CellEntryModel cellEntry) |
protected List<Class> |
PrintTableController.filterDataResolvers(List<Class> resolvers,
CellEntryModel cell) |
void |
PrintTableController.itemsDropped(CellEntryModel cellEntry,
Collection<ItemModel> itemColl,
int index)
Handles item drop on the cell.
|
protected void |
PrintTableController.saveDataParams(ItemEditorZKComponent editor,
CellEntryModel entry) |
protected void |
PrintTableController.setDataResolver(TableBlockModel table,
CellEntryModel entry,
Class dataResolverClass,
Map<String,Object> values) |
protected void |
PrintTableController.setupDataTypeDropdown(ItemEditorZKComponent editor,
ItemEditorConfiguration config,
CellEntryModel entry) |
protected void |
PrintTableController.updateCellResolver(Class rowDataProviderClass,
Class columnDataProviderClass,
TableBlockModel table,
CellEntryModel cellEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemEditorZKComponent |
PrintTableController.createMultiCellEntryEditor(List<CellEntryModel> cellEntries) |
| Constructor and Description |
|---|
CoreCellZKComponent(Row parent,
TableBlockModel table,
CellEntryModel cellEntry) |
Copyright © 2017 SAP SE. All Rights Reserved.