public class FooterNavigationComponentModel extends NavigationComponentModel
CMS component for footer navigation in the accelerator.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
NOTICE
Generated constant - Attribute key of
FooterNavigationComponent.notice attribute defined at extension acceleratorcms. |
static java.lang.String |
SHOWLANGUAGECURRENCY
Generated constant - Attribute key of
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms. |
NAVIGATIONNODE, STYLECLASS, WRAPAFTER_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
FooterNavigationComponentModel()
Generated constructor - Default constructor for generic creation.
|
FooterNavigationComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FooterNavigationComponentModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FooterNavigationComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNotice()
Generated method - Getter of the
FooterNavigationComponent.notice attribute defined at extension acceleratorcms. |
java.lang.String |
getNotice(java.util.Locale loc)
Generated method - Getter of the
FooterNavigationComponent.notice attribute defined at extension acceleratorcms. |
boolean |
isShowLanguageCurrency()
Generated method - Getter of the
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms. |
void |
setNotice(java.lang.String value)
Generated method - Setter of
FooterNavigationComponent.notice attribute defined at extension acceleratorcms. |
void |
setNotice(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
FooterNavigationComponent.notice attribute defined at extension acceleratorcms. |
void |
setShowLanguageCurrency(boolean value)
Generated method - Setter of
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms. |
getNavigationNode, getStyleClass, getWrapAfter, setNavigationNode, setStyleClass, setWrapAftergetContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String SHOWLANGUAGECURRENCY
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms.public static final java.lang.String NOTICE
FooterNavigationComponent.notice attribute defined at extension acceleratorcms.public FooterNavigationComponentModel()
public FooterNavigationComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public FooterNavigationComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public FooterNavigationComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.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="notice", type=GETTER) public java.lang.String getNotice()
FooterNavigationComponent.notice attribute defined at extension acceleratorcms.@Accessor(qualifier="notice", type=GETTER) public java.lang.String getNotice(java.util.Locale loc)
FooterNavigationComponent.notice attribute defined at extension acceleratorcms.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="showLanguageCurrency", type=GETTER) public boolean isShowLanguageCurrency()
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms.@Accessor(qualifier="notice", type=SETTER) public void setNotice(java.lang.String value)
FooterNavigationComponent.notice attribute defined at extension acceleratorcms.value - the notice - Intended to store a copyright notice or other text to be displayed in the footer@Accessor(qualifier="notice", type=SETTER) public void setNotice(java.lang.String value, java.util.Locale loc)
FooterNavigationComponent.notice attribute defined at extension acceleratorcms.value - the notice - Intended to store a copyright notice or other text to be displayed in the footerloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="showLanguageCurrency", type=SETTER) public void setShowLanguageCurrency(boolean value)
FooterNavigationComponent.showLanguageCurrency attribute defined at extension acceleratorcms.value - the showLanguageCurrency - Determines whether or not to show the language currency selection.Copyright © 2018 SAP SE. All Rights Reserved.