| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
ColumnEntryModel
Generated model class for type ColumnEntry first defined at extension print.
|
class |
RowEntryModel
Generated model class for type RowEntry first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
AxisEntryModel |
SortConfigModel.getAxis()
Generated method - Getter of the
SortConfig.axis attribute defined at extension print. |
AxisEntryModel |
AxisDataHolderModel.getAxis()
Generated method - Getter of the
AxisDataHolder.axis attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
SortConfigModel.setAxis(AxisEntryModel value)
Generated method - Setter of
SortConfig.axis attribute defined at extension print. |
void |
AxisDataHolderModel.setAxis(AxisEntryModel value)
Generated method - Setter of
AxisDataHolder.axis attribute defined at extension print. |
| Constructor and Description |
|---|
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
|
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 |
|---|---|
AxisEntryModel |
AxisEntryResource.getAxisEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected AxisEntryModel |
AxisEntryResource.readResource(String resourceId)
Gets the
AxisEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AxisEntryModel> |
AxisEntriesResource.getAxisEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisEntryResource.setAxisEntryModel(AxisEntryModel value)
Convenience method which just delegates to
#setResourceValue(AxisEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisEntriesResource.setAxisEntriesCollection(Collection<AxisEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AxisEntryModel |
HeaderCellZKComponent.getAxisEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PrintTableController.addDataParamEditors(ItemEditorZKComponent editor,
Class dataModelClass,
AxisEntryModel axis) |
protected void |
PrintTableController.addLockedAttribute(ItemEditorZKComponent editor,
ItemEditorConfiguration config,
AxisEntryModel entry) |
protected boolean |
HeaderCellZKComponent.isColumn(AxisEntryModel entry) |
void |
PrintTableController.itemsDropped(AxisEntryModel axisEntry,
Collection<TypedObject> itemColl,
int index)
Handles item drop on the row/column.
|
protected void |
PrintTableController.saveDataParams(ItemEditorZKComponent editor,
TableBlockModel table,
AxisEntryModel entry) |
protected void |
PrintTableController.setDataProvider(TableBlockModel table,
AxisEntryModel entry,
Class dataProviderClass,
Map<String,Object> values) |
protected void |
PrintTableController.setupDataTypeDropdown(ItemEditorZKComponent editor,
ItemEditorConfiguration config,
AxisEntryModel entry) |
protected void |
PrintTableController.updateCellResolvers(TableBlockModel table,
AxisEntryModel entry) |
| Constructor and Description |
|---|
HeaderCellZKComponent(Row parent,
TableBlockModel table,
AxisEntryModel axisEntry) |
Copyright © 2017 SAP SE. All Rights Reserved.