Class GeneratedFooterComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
FooterComponent

public abstract class GeneratedFooterComponent extends SimpleCMSComponent
Generated class for type FooterComponent.
See Also:
  • Field Details

    • WRAPAFTER

      public static final String WRAPAFTER
      Qualifier of the FooterComponent.wrapAfter attribute
      See Also:
    • SHOWLANGUAGECURRENCY

      public static final String SHOWLANGUAGECURRENCY
      Qualifier of the FooterComponent.showLanguageCurrency attribute
      See Also:
    • NOTICE

      public static final String NOTICE
      Qualifier of the FooterComponent.notice attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedFooterComponent

      public GeneratedFooterComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSimpleCMSComponent
    • getNavigationNodes

      public List<CMSNavigationNode> getNavigationNodes(SessionContext ctx)
      Generated method - Getter of the FooterComponent.navigationNodes attribute.
      Returns:
      the navigationNodes - List of navigation nodes that are rendered in this footer component.
    • getNavigationNodes

      public List<CMSNavigationNode> getNavigationNodes()
      Generated method - Getter of the FooterComponent.navigationNodes attribute.
      Returns:
      the navigationNodes - List of navigation nodes that are rendered in this footer component.
    • setNavigationNodes

      public void setNavigationNodes(SessionContext ctx, List<CMSNavigationNode> value)
      Generated method - Setter of the FooterComponent.navigationNodes attribute.
      Parameters:
      value - the navigationNodes - List of navigation nodes that are rendered in this footer component.
    • setNavigationNodes

      public void setNavigationNodes(List<CMSNavigationNode> value)
      Generated method - Setter of the FooterComponent.navigationNodes attribute.
      Parameters:
      value - the navigationNodes - List of navigation nodes that are rendered in this footer component.
    • getNotice

      public String getNotice(SessionContext ctx)
      Generated method - Getter of the FooterComponent.notice attribute.
      Returns:
      the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getNotice

      public String getNotice()
      Generated method - Getter of the FooterComponent.notice attribute.
      Returns:
      the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getAllNotice

      public Map<Language,String> getAllNotice(SessionContext ctx)
      Generated method - Getter of the FooterComponent.notice attribute.
      Returns:
      the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getAllNotice

      public Map<Language,String> getAllNotice()
      Generated method - Getter of the FooterComponent.notice attribute.
      Returns:
      the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setNotice

      public void setNotice(SessionContext ctx, String value)
      Generated method - Setter of the FooterComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setNotice

      public void setNotice(String value)
      Generated method - Setter of the FooterComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setAllNotice

      public void setAllNotice(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the FooterComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setAllNotice

      public void setAllNotice(Map<Language,String> value)
      Generated method - Setter of the FooterComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • isShowLanguageCurrency

      public Boolean isShowLanguageCurrency(SessionContext ctx)
      Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrency

      public Boolean isShowLanguageCurrency()
      Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrencyAsPrimitive

      public boolean isShowLanguageCurrencyAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrencyAsPrimitive

      public boolean isShowLanguageCurrencyAsPrimitive()
      Generated method - Getter of the FooterComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(SessionContext ctx, Boolean value)
      Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(Boolean value)
      Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(SessionContext ctx, boolean value)
      Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(boolean value)
      Generated method - Setter of the FooterComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • getWrapAfter

      public Integer getWrapAfter(SessionContext ctx)
      Generated method - Getter of the FooterComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfter

      public Integer getWrapAfter()
      Generated method - Getter of the FooterComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfterAsPrimitive

      public int getWrapAfterAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FooterComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • getWrapAfterAsPrimitive

      public int getWrapAfterAsPrimitive()
      Generated method - Getter of the FooterComponent.wrapAfter attribute.
      Returns:
      the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(SessionContext ctx, Integer value)
      Generated method - Setter of the FooterComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(Integer value)
      Generated method - Setter of the FooterComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(SessionContext ctx, int value)
      Generated method - Setter of the FooterComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
    • setWrapAfter

      public void setWrapAfter(int value)
      Generated method - Setter of the FooterComponent.wrapAfter attribute.
      Parameters:
      value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.