Class GeneratedLogoComponent

    • Field Detail

      • LOGO

        public static final java.lang.String LOGO
        Qualifier of the LogoComponent.logo 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

      • GeneratedLogoComponent

        public GeneratedLogoComponent()
    • Method Detail

      • getLogo

        public SimpleBannerComponent getLogo​(SessionContext ctx)
        Generated method - Getter of the LogoComponent.logo attribute.
        Returns:
        the logo - It is a banner component to be displayed.
      • getLogo

        public SimpleBannerComponent getLogo()
        Generated method - Getter of the LogoComponent.logo attribute.
        Returns:
        the logo - It is a banner component to be displayed.
      • setLogo

        public void setLogo​(SessionContext ctx,
                            SimpleBannerComponent value)
        Generated method - Setter of the LogoComponent.logo attribute.
        Parameters:
        value - the logo - It is a banner component to be displayed.
      • setLogo

        public void setLogo​(SimpleBannerComponent value)
        Generated method - Setter of the LogoComponent.logo attribute.
        Parameters:
        value - the logo - It is a banner component to be displayed.