Class GeneratedImageMapComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ImageMapComponent

public abstract class GeneratedImageMapComponent extends AbstractBannerComponent
Generated class for type ImageMapComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedImageMapComponent

      public GeneratedImageMapComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractBannerComponent
    • getImageMapHTML

      public 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 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 Map<Language,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 Map<Language,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, 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(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, Map<Language,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(Map<Language,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.