Class GeneratedNavigationComponent

    • Field Detail

      • NAVIGATIONNODE

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

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

        public static final java.lang.String WRAPAFTER
        Qualifier of the NavigationComponent.wrapAfter 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

      • GeneratedNavigationComponent

        public GeneratedNavigationComponent()
    • Method Detail

      • getNavigationNode

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

        public CMSNavigationNode getNavigationNode()
        Generated method - Getter of the NavigationComponent.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 NavigationComponent.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 NavigationComponent.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 NavigationComponent.styleClass attribute.
        Returns:
        the styleClass - CSS style class of this navigation component.
      • getStyleClass

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

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

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

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

        public java.lang.Integer getWrapAfter()
        Generated method - Getter of the NavigationComponent.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 NavigationComponent.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 NavigationComponent.wrapAfter attribute.
        Returns:
        the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.
      • setWrapAfter

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

        public void setWrapAfter​(java.lang.Integer value)
        Generated method - Setter of the NavigationComponent.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 NavigationComponent.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 NavigationComponent.wrapAfter attribute.
        Parameters:
        value - the wrapAfter - Determines the number of navigation nodes when the following elements will be wrapped.