Class GeneratedImageMapComponent

    • Field Detail

      • IMAGEMAPHTML

        public static final java.lang.String IMAGEMAPHTML
        Qualifier of the ImageMapComponent.imageMapHTML 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

      • GeneratedImageMapComponent

        public GeneratedImageMapComponent()
    • Method Detail

      • getImageMapHTML

        public java.lang.String getImageMapHTML​(SessionContext ctx)
        Generated method - Getter of the ImageMapComponent.imageMapHTML attribute.
        Returns:
        the imageMapHTML - It is localized HTML string that is displayed under the banner.
      • getImageMapHTML

        public java.lang.String getImageMapHTML()
        Generated method - Getter of the ImageMapComponent.imageMapHTML attribute.
        Returns:
        the imageMapHTML - It is localized HTML string that is displayed under the banner.
      • getAllImageMapHTML

        public java.util.Map<Language,​java.lang.String> getAllImageMapHTML​(SessionContext ctx)
        Generated method - Getter of the ImageMapComponent.imageMapHTML attribute.
        Returns:
        the localized imageMapHTML - It is localized HTML string that is displayed under the banner.
      • getAllImageMapHTML

        public java.util.Map<Language,​java.lang.String> getAllImageMapHTML()
        Generated method - Getter of the ImageMapComponent.imageMapHTML attribute.
        Returns:
        the localized imageMapHTML - It is localized HTML string that is displayed under the banner.
      • setImageMapHTML

        public void setImageMapHTML​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the ImageMapComponent.imageMapHTML attribute.
        Parameters:
        value - the imageMapHTML - It is localized HTML string that is displayed under the banner.
      • setImageMapHTML

        public void setImageMapHTML​(java.lang.String value)
        Generated method - Setter of the ImageMapComponent.imageMapHTML attribute.
        Parameters:
        value - the imageMapHTML - It is localized HTML string that is displayed under the banner.
      • setAllImageMapHTML

        public void setAllImageMapHTML​(SessionContext ctx,
                                       java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ImageMapComponent.imageMapHTML attribute.
        Parameters:
        value - the imageMapHTML - It is localized HTML string that is displayed under the banner.
      • setAllImageMapHTML

        public void setAllImageMapHTML​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ImageMapComponent.imageMapHTML attribute.
        Parameters:
        value - the imageMapHTML - It is localized HTML string that is displayed under the banner.