Interface MegaMenuBrand


  • public interface MegaMenuBrand
    Implement this to define some customizations on the Mega Menu header.
    • Method Detail

      • brandImageUrl

        String brandImageUrl()
        Defines the image to be shown on the left side of the mega menu header. If not provided, none will be used.
        Returns:
        URL to the logo image. Null or empty value if none should be used.
      • brandImageLabel

        String brandImageLabel()
        Defines the text shown when the mouse goes over the logo image.
        Returns:
        Text to be shown. Null or empty value if none should be used.
      • menuAccessorLabel

        String menuAccessorLabel()
        Defines the label of the dropdown button that shows the mega menu. If not provided, "Menu" will be used.
        Returns:
        Label of the dropdown button. Null or empty value if the default value should be used.