public class StyleContainerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CELLSTYLES
Generated constant - Attribute key of
StyleContainer.cellStyles attribute defined at extension print. |
static String |
CHAPTERPARAGRAPHSTYLES
Generated constant - Attribute key of
StyleContainer.chapterParagraphStyles attribute defined at extension print. |
static String |
CHARACTERSTYLES
Generated constant - Attribute key of
StyleContainer.characterStyles attribute defined at extension print. |
static String |
CODE
Generated constant - Attribute key of
StyleContainer.code attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
StyleContainer.name attribute defined at extension print. |
static String |
PARAGRAPHSTYLES
Generated constant - Attribute key of
StyleContainer.paragraphStyles attribute defined at extension print. |
static String |
PREVIEWCSSURL
Generated constant - Attribute key of
StyleContainer.previewCssUrl attribute defined at extension print. |
static String |
TABLESTYLES
Generated constant - Attribute key of
StyleContainer.tableStyles attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StyleContainerModel()
Generated constructor - Default constructor for generic creation.
|
StyleContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StyleContainerModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StyleContainerModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<CellStyleModel> |
getCellStyles()
Generated method - Getter of the
StyleContainer.cellStyles attribute defined at extension print. |
List<ChapterParagraphStyleModel> |
getChapterParagraphStyles()
Generated method - Getter of the
StyleContainer.chapterParagraphStyles attribute defined at extension print. |
List<CharacterStyleModel> |
getCharacterStyles()
Generated method - Getter of the
StyleContainer.characterStyles attribute defined at extension print. |
String |
getCode()
Generated method - Getter of the
StyleContainer.code attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
StyleContainer.name attribute defined at extension print. |
String |
getName(Locale loc)
Generated method - Getter of the
StyleContainer.name attribute defined at extension print. |
List<ParagraphStyleModel> |
getParagraphStyles()
Generated method - Getter of the
StyleContainer.paragraphStyles attribute defined at extension print. |
String |
getPreviewCssUrl()
Generated method - Getter of the
StyleContainer.previewCssUrl attribute defined at extension print. |
List<TableStyleModel> |
getTableStyles()
Generated method - Getter of the
StyleContainer.tableStyles attribute defined at extension print. |
void |
setCellStyles(List<CellStyleModel> value)
Generated method - Setter of
StyleContainer.cellStyles attribute defined at extension print. |
void |
setChapterParagraphStyles(List<ChapterParagraphStyleModel> value)
Generated method - Setter of
StyleContainer.chapterParagraphStyles attribute defined at extension print. |
void |
setCharacterStyles(List<CharacterStyleModel> value)
Generated method - Setter of
StyleContainer.characterStyles attribute defined at extension print. |
void |
setCode(String value)
Generated method - Setter of
StyleContainer.code attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
StyleContainer.name attribute defined at extension print. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
StyleContainer.name attribute defined at extension print. |
void |
setParagraphStyles(List<ParagraphStyleModel> value)
Generated method - Setter of
StyleContainer.paragraphStyles attribute defined at extension print. |
void |
setPreviewCssUrl(String value)
Generated method - Setter of
StyleContainer.previewCssUrl attribute defined at extension print. |
void |
setTableStyles(List<TableStyleModel> value)
Generated method - Setter of
StyleContainer.tableStyles attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CODE
StyleContainer.code attribute defined at extension print.public static final String NAME
StyleContainer.name attribute defined at extension print.public static final String PREVIEWCSSURL
StyleContainer.previewCssUrl attribute defined at extension print.public static final String CHARACTERSTYLES
StyleContainer.characterStyles attribute defined at extension print.public static final String PARAGRAPHSTYLES
StyleContainer.paragraphStyles attribute defined at extension print.public static final String CHAPTERPARAGRAPHSTYLES
StyleContainer.chapterParagraphStyles attribute defined at extension print.public static final String TABLESTYLES
StyleContainer.tableStyles attribute defined at extension print.public static final String CELLSTYLES
StyleContainer.cellStyles attribute defined at extension print.public StyleContainerModel()
public StyleContainerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StyleContainerModel(String _code)
_code - initial attribute declared by type StyleContainer at extension print@Deprecated public StyleContainerModel(String _code, ItemModel _owner)
_code - initial attribute declared by type StyleContainer at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cellStyles", type=GETTER) public List<CellStyleModel> getCellStyles()
StyleContainer.cellStyles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="chapterParagraphStyles", type=GETTER) public List<ChapterParagraphStyleModel> getChapterParagraphStyles()
StyleContainer.chapterParagraphStyles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="characterStyles", type=GETTER) public List<CharacterStyleModel> getCharacterStyles()
StyleContainer.characterStyles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
StyleContainer.code attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName()
StyleContainer.name attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
StyleContainer.name attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="paragraphStyles", type=GETTER) public List<ParagraphStyleModel> getParagraphStyles()
StyleContainer.paragraphStyles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="previewCssUrl", type=GETTER) public String getPreviewCssUrl()
StyleContainer.previewCssUrl attribute defined at extension print.@Accessor(qualifier="tableStyles", type=GETTER) public List<TableStyleModel> getTableStyles()
StyleContainer.tableStyles attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cellStyles", type=SETTER) public void setCellStyles(List<CellStyleModel> value)
StyleContainer.cellStyles attribute defined at extension print.value - the cellStyles@Accessor(qualifier="chapterParagraphStyles", type=SETTER) public void setChapterParagraphStyles(List<ChapterParagraphStyleModel> value)
StyleContainer.chapterParagraphStyles attribute defined at extension print.value - the chapterParagraphStyles@Accessor(qualifier="characterStyles", type=SETTER) public void setCharacterStyles(List<CharacterStyleModel> value)
StyleContainer.characterStyles attribute defined at extension print.value - the characterStyles@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
StyleContainer.code attribute defined at extension print.value - the code@Accessor(qualifier="name", type=SETTER) public void setName(String value)
StyleContainer.name attribute defined at extension print.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
StyleContainer.name attribute defined at extension print.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="paragraphStyles", type=SETTER) public void setParagraphStyles(List<ParagraphStyleModel> value)
StyleContainer.paragraphStyles attribute defined at extension print.value - the paragraphStyles@Accessor(qualifier="previewCssUrl", type=SETTER) public void setPreviewCssUrl(String value)
StyleContainer.previewCssUrl attribute defined at extension print.value - the previewCssUrlCopyright © 2017 SAP SE. All Rights Reserved.