Class GeneratedAccountNavigationComponent

    • Field Detail

      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the AccountNavigationComponent.title attribute
        See Also:
        Constant Field Values
      • STYLECLASS

        public static final java.lang.String STYLECLASS
        Qualifier of the AccountNavigationComponent.styleClass attribute
        See Also:
        Constant Field Values
      • NAVIGATIONNODE

        public static final java.lang.String NAVIGATIONNODE
        Qualifier of the AccountNavigationComponent.navigationNode attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAccountNavigationComponent

        public GeneratedAccountNavigationComponent()
    • Method Detail

      • getNavigationNode

        public CMSNavigationNode getNavigationNode​(SessionContext ctx)
        Generated method - Getter of the AccountNavigationComponent.navigationNode attribute.
        Returns:
        the navigationNode - The cms navigation node of this navigation component.
      • getNavigationNode

        public CMSNavigationNode getNavigationNode()
        Generated method - Getter of the AccountNavigationComponent.navigationNode attribute.
        Returns:
        the navigationNode - The cms navigation node of this navigation component.
      • setNavigationNode

        public void setNavigationNode​(SessionContext ctx,
                                      CMSNavigationNode value)
        Generated method - Setter of the AccountNavigationComponent.navigationNode attribute.
        Parameters:
        value - the navigationNode - The cms navigation node of this navigation component.
      • setNavigationNode

        public void setNavigationNode​(CMSNavigationNode value)
        Generated method - Setter of the AccountNavigationComponent.navigationNode attribute.
        Parameters:
        value - the navigationNode - The cms navigation node of this navigation component.
      • getStyleClass

        public java.lang.String getStyleClass​(SessionContext ctx)
        Generated method - Getter of the AccountNavigationComponent.styleClass attribute.
        Returns:
        the styleClass - CSS style class of this bar component.
      • getStyleClass

        public java.lang.String getStyleClass()
        Generated method - Getter of the AccountNavigationComponent.styleClass attribute.
        Returns:
        the styleClass - CSS style class of this bar component.
      • setStyleClass

        public void setStyleClass​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the AccountNavigationComponent.styleClass attribute.
        Parameters:
        value - the styleClass - CSS style class of this bar component.
      • setStyleClass

        public void setStyleClass​(java.lang.String value)
        Generated method - Setter of the AccountNavigationComponent.styleClass attribute.
        Parameters:
        value - the styleClass - CSS style class of this bar component.
      • getTitle

        public java.lang.String getTitle​(SessionContext ctx)
        Generated method - Getter of the AccountNavigationComponent.title attribute.
        Returns:
        the title - Localized title of the component.
      • getTitle

        public java.lang.String getTitle()
        Generated method - Getter of the AccountNavigationComponent.title attribute.
        Returns:
        the title - Localized title of the component.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle​(SessionContext ctx)
        Generated method - Getter of the AccountNavigationComponent.title attribute.
        Returns:
        the localized title - Localized title of the component.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle()
        Generated method - Getter of the AccountNavigationComponent.title attribute.
        Returns:
        the localized title - Localized title of the component.
      • setTitle

        public void setTitle​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the AccountNavigationComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setTitle

        public void setTitle​(java.lang.String value)
        Generated method - Setter of the AccountNavigationComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setAllTitle

        public void setAllTitle​(SessionContext ctx,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AccountNavigationComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setAllTitle

        public void setAllTitle​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AccountNavigationComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.