Class GeneratedVerticalnavigationaddonManager

    • Field Detail

      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedVerticalnavigationaddonManager

        public GeneratedVerticalnavigationaddonManager()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • getThumbnail

        public Media getThumbnail​(SessionContext ctx,
                                  CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnail attribute.
        Returns:
        the thumbnail - image of the Component
      • getThumbnail

        public Media getThumbnail​(CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnail attribute.
        Returns:
        the thumbnail - image of the Component
      • setThumbnail

        public void setThumbnail​(SessionContext ctx,
                                 CMSLinkComponent item,
                                 Media value)
        Generated method - Setter of the CMSLinkComponent.thumbnail attribute.
        Parameters:
        value - the thumbnail - image of the Component
      • setThumbnail

        public void setThumbnail​(CMSLinkComponent item,
                                 Media value)
        Generated method - Setter of the CMSLinkComponent.thumbnail attribute.
        Parameters:
        value - the thumbnail - image of the Component
      • isThumbnailOnly

        public java.lang.Boolean isThumbnailOnly​(SessionContext ctx,
                                                 CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
        Returns:
        the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • isThumbnailOnly

        public java.lang.Boolean isThumbnailOnly​(CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
        Returns:
        the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • isThumbnailOnlyAsPrimitive

        public boolean isThumbnailOnlyAsPrimitive​(SessionContext ctx,
                                                  CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
        Returns:
        the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • isThumbnailOnlyAsPrimitive

        public boolean isThumbnailOnlyAsPrimitive​(CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
        Returns:
        the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • setThumbnailOnly

        public void setThumbnailOnly​(SessionContext ctx,
                                     CMSLinkComponent item,
                                     java.lang.Boolean value)
        Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
        Parameters:
        value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • setThumbnailOnly

        public void setThumbnailOnly​(CMSLinkComponent item,
                                     java.lang.Boolean value)
        Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
        Parameters:
        value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • setThumbnailOnly

        public void setThumbnailOnly​(SessionContext ctx,
                                     CMSLinkComponent item,
                                     boolean value)
        Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
        Parameters:
        value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
      • setThumbnailOnly

        public void setThumbnailOnly​(CMSLinkComponent item,
                                     boolean value)
        Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
        Parameters:
        value - the thumbnailOnly - Display only the thumbnail without text content for the Link component