Class GeneratedAccountBookmarkComponent

    • Field Detail

      • STYLECLASS

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

        public static final java.lang.String LINK
        Qualifier of the AccountBookmarkComponent.link 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

      • GeneratedAccountBookmarkComponent

        public GeneratedAccountBookmarkComponent()
    • Method Detail

      • getLink

        public CMSLinkComponent getLink​(SessionContext ctx)
        Generated method - Getter of the AccountBookmarkComponent.link attribute.
        Returns:
        the link - The cms navigation node of this navigation component.
      • getLink

        public CMSLinkComponent getLink()
        Generated method - Getter of the AccountBookmarkComponent.link attribute.
        Returns:
        the link - The cms navigation node of this navigation component.
      • setLink

        public void setLink​(SessionContext ctx,
                            CMSLinkComponent value)
        Generated method - Setter of the AccountBookmarkComponent.link attribute.
        Parameters:
        value - the link - The cms navigation node of this navigation component.
      • setLink

        public void setLink​(CMSLinkComponent value)
        Generated method - Setter of the AccountBookmarkComponent.link attribute.
        Parameters:
        value - the link - The cms navigation node of this navigation component.
      • getStyleClass

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

        public java.lang.String getStyleClass()
        Generated method - Getter of the AccountBookmarkComponent.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 AccountBookmarkComponent.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 AccountBookmarkComponent.styleClass attribute.
        Parameters:
        value - the styleClass - CSS style class of this bar component.