| 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<CellStyleModel> |
StyleContainerModel.getCellStyles()
Generated method - Getter of the
StyleContainer.cellStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContainerModel.setCellStyles(List<CellStyleModel> value)
Generated method - Setter of
StyleContainer.cellStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
CellStyleModel |
CellEntryModel.getCellStyle()
Generated method - Getter of the
CellEntry.cellStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntryModel.setCellStyle(CellStyleModel value)
Generated method - Setter of
CellEntry.cellStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
CellStyleModel |
CellStyleResource.getCellStyleModel()
Convenience method which just delegates to
#getResourceValue() |
protected CellStyleModel |
CellStyleResource.readResource(String resourceId)
Gets the
CellStyleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CellStyleModel> |
CellStylesResource.getCellStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellStyleResource.setCellStyleModel(CellStyleModel value)
Convenience method which just delegates to
#setResourceValue(CellStyleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellStylesResource.setCellStylesCollection(Collection<CellStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<CellStyleModel> |
TableService.getAllCellStyles() |
| Modifier and Type | Method and Description |
|---|---|
protected CellStyleModel |
TableServiceImpl.wrapCellStyle(CellStyle style) |
| Modifier and Type | Method and Description |
|---|---|
List<CellStyleModel> |
TableServiceImpl.getAllCellStyles() |
protected List<CellStyleModel> |
TableServiceImpl.wrapCellStyles(Collection<CellStyle> cellStyles) |
| Modifier and Type | Method and Description |
|---|---|
protected CellStyle |
TableServiceImpl.unwrapCellStyle(CellStyleModel uiStyle) |
Copyright © 2017 SAP SE. All Rights Reserved.