public class CMSCustomDefineStyleCMSComponentsContainerModel extends AbstractCMSComponentContainerModel
This is container used to define and assign style to child components.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ELEMENTTYPE
Generated constant - Attribute key of
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices. |
static String |
IDKEY
Generated constant - Attribute key of
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices. |
static String |
STYLECSS
Generated constant - Attribute key of
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices. |
CURRENTCMSCOMPONENTS, SIMPLECMSCOMPONENTS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CMSCustomDefineStyleCMSComponentsContainerModel()
Generated constructor - Default constructor for generic creation.
|
CMSCustomDefineStyleCMSComponentsContainerModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CMSCustomDefineStyleCMSComponentsContainerModel(CatalogVersionModel _catalogVersion,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CMSCustomDefineStyleCMSComponentsContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElementType()
Generated method - Getter of the
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices. |
String |
getIdKey()
Generated method - Getter of the
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices. |
String |
getStyleCss()
Generated method - Getter of the
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices. |
void |
setElementType(String value)
Generated method - Setter of
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices. |
void |
setIdKey(String value)
Generated method - Setter of
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices. |
void |
setStyleCss(String value)
Generated method - Setter of
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices. |
getCurrentCMSComponents, getSimpleCMSComponents, setSimpleCMSComponentsgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, 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 ELEMENTTYPE
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices.public static final String STYLECSS
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices.public static final String IDKEY
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices.public CMSCustomDefineStyleCMSComponentsContainerModel()
public CMSCustomDefineStyleCMSComponentsContainerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CMSCustomDefineStyleCMSComponentsContainerModel(CatalogVersionModel _catalogVersion, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public CMSCustomDefineStyleCMSComponentsContainerModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="elementType", type=GETTER) public String getElementType()
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices.@Accessor(qualifier="idKey", type=GETTER) public String getIdKey()
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices.@Accessor(qualifier="styleCss", type=GETTER) public String getStyleCss()
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices.@Accessor(qualifier="elementType", type=SETTER) public void setElementType(String value)
CMSCustomDefineStyleCMSComponentsContainer.elementType attribute defined at extension financialservices.value - the elementType - HTML element type for the child components@Accessor(qualifier="idKey", type=SETTER) public void setIdKey(String value)
CMSCustomDefineStyleCMSComponentsContainer.idKey attribute defined at extension financialservices.value - the idKey - Base Id key for generate unique ID keys for the child components@Accessor(qualifier="styleCss", type=SETTER) public void setStyleCss(String value)
CMSCustomDefineStyleCMSComponentsContainer.styleCss attribute defined at extension financialservices.value - the styleCss - Style css classes for the child componentsCopyright © 2017 SAP SE. All Rights Reserved.