public abstract class GeneratedFooterNavigationComponent
extends NavigationComponent
FooterNavigationComponent.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
NOTICE
Qualifier of the
FooterNavigationComponent.notice attribute |
static String |
SHOWLANGUAGECURRENCY
Qualifier of the
FooterNavigationComponent.showLanguageCurrency attribute |
| Constructor and Description |
|---|
GeneratedFooterNavigationComponent() |
| Modifier and Type | Method and Description |
|---|---|
Map<Language,String> |
getAllNotice()
Generated method - Getter of the
FooterNavigationComponent.notice attribute. |
Map<Language,String> |
getAllNotice(SessionContext ctx)
Generated method - Getter of the
FooterNavigationComponent.notice attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getNotice()
Generated method - Getter of the
FooterNavigationComponent.notice attribute. |
String |
getNotice(SessionContext ctx)
Generated method - Getter of the
FooterNavigationComponent.notice attribute. |
Boolean |
isShowLanguageCurrency()
Generated method - Getter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
Boolean |
isShowLanguageCurrency(SessionContext ctx)
Generated method - Getter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
boolean |
isShowLanguageCurrencyAsPrimitive()
Generated method - Getter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
boolean |
isShowLanguageCurrencyAsPrimitive(SessionContext ctx)
Generated method - Getter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
void |
setAllNotice(Map<Language,String> value)
Generated method - Setter of the
FooterNavigationComponent.notice attribute. |
void |
setAllNotice(SessionContext ctx,
Map<Language,String> value)
Generated method - Setter of the
FooterNavigationComponent.notice attribute. |
void |
setNotice(SessionContext ctx,
String value)
Generated method - Setter of the
FooterNavigationComponent.notice attribute. |
void |
setNotice(String value)
Generated method - Setter of the
FooterNavigationComponent.notice attribute. |
void |
setShowLanguageCurrency(boolean value)
Generated method - Setter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
void |
setShowLanguageCurrency(Boolean value)
Generated method - Setter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
void |
setShowLanguageCurrency(SessionContext ctx,
boolean value)
Generated method - Setter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
void |
setShowLanguageCurrency(SessionContext ctx,
Boolean value)
Generated method - Setter of the
FooterNavigationComponent.showLanguageCurrency attribute. |
public static final String SHOWLANGUAGECURRENCY
FooterNavigationComponent.showLanguageCurrency attributepublic static final String NOTICE
FooterNavigationComponent.notice attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public String getNotice(SessionContext ctx)
FooterNavigationComponent.notice attribute.public String getNotice()
FooterNavigationComponent.notice attribute.public Map<Language,String> getAllNotice(SessionContext ctx)
FooterNavigationComponent.notice attribute.public Map<Language,String> getAllNotice()
FooterNavigationComponent.notice attribute.public void setNotice(SessionContext ctx, String value)
FooterNavigationComponent.notice attribute.value - the notice - Intended to store a copyright notice or other text to be displayed in the footerpublic void setNotice(String value)
FooterNavigationComponent.notice attribute.value - the notice - Intended to store a copyright notice or other text to be displayed in the footerpublic void setAllNotice(SessionContext ctx, Map<Language,String> value)
FooterNavigationComponent.notice attribute.value - the notice - Intended to store a copyright notice or other text to be displayed in the footerpublic void setAllNotice(Map<Language,String> value)
FooterNavigationComponent.notice attribute.value - the notice - Intended to store a copyright notice or other text to be displayed in the footerpublic Boolean isShowLanguageCurrency(SessionContext ctx)
FooterNavigationComponent.showLanguageCurrency attribute.public Boolean isShowLanguageCurrency()
FooterNavigationComponent.showLanguageCurrency attribute.public boolean isShowLanguageCurrencyAsPrimitive(SessionContext ctx)
FooterNavigationComponent.showLanguageCurrency attribute.public boolean isShowLanguageCurrencyAsPrimitive()
FooterNavigationComponent.showLanguageCurrency attribute.public void setShowLanguageCurrency(SessionContext ctx, Boolean value)
FooterNavigationComponent.showLanguageCurrency attribute.value - the showLanguageCurrency - Determines whether or not to show the language currency selection.public void setShowLanguageCurrency(Boolean value)
FooterNavigationComponent.showLanguageCurrency attribute.value - the showLanguageCurrency - Determines whether or not to show the language currency selection.public void setShowLanguageCurrency(SessionContext ctx, boolean value)
FooterNavigationComponent.showLanguageCurrency attribute.value - the showLanguageCurrency - Determines whether or not to show the language currency selection.public void setShowLanguageCurrency(boolean value)
FooterNavigationComponent.showLanguageCurrency attribute.value - the showLanguageCurrency - Determines whether or not to show the language currency selection.Copyright © 2017 SAP SE. All Rights Reserved.