| Package | Description |
|---|---|
| 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 | |
| de.hybris.platform.printcockpit.model.table | |
| de.hybris.platform.printcockpit.model.table.impl |
| Modifier and Type | Method and Description |
|---|---|
List<TableStyleModel> |
StyleContainerModel.getTableStyles()
Generated method - Getter of the
StyleContainer.tableStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContainerModel.setTableStyles(List<TableStyleModel> value)
Generated method - Setter of
StyleContainer.tableStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
TableStyleModel |
TableBlockModel.getTableStyle()
Generated method - Getter of the
TableBlock.tableStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
TableBlockModel.setTableStyle(TableStyleModel value)
Generated method - Setter of
TableBlock.tableStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
TableStyleModel |
TableStyleResource.getTableStyleModel()
Convenience method which just delegates to
#getResourceValue() |
protected TableStyleModel |
TableStyleResource.readResource(String resourceId)
Gets the
TableStyleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableStyleModel> |
TableStylesResource.getTableStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableStyleResource.setTableStyleModel(TableStyleModel value)
Convenience method which just delegates to
#setResourceValue(TableStyleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableStylesResource.setTableStylesCollection(Collection<TableStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<TableStyleModel> |
TableService.getAllTableStyles() |
| Modifier and Type | Method and Description |
|---|---|
protected TableStyleModel |
TableServiceImpl.wrapTableStyle(TableStyle style) |
| Modifier and Type | Method and Description |
|---|---|
List<TableStyleModel> |
TableServiceImpl.getAllTableStyles() |
protected List<TableStyleModel> |
TableServiceImpl.wrapTableStyles(Collection<TableStyle> tableStyles) |
| Modifier and Type | Method and Description |
|---|---|
protected TableStyle |
TableServiceImpl.unwrapTableStyle(TableStyleModel uiStyle) |
Copyright © 2017 SAP SE. All Rights Reserved.