Interface ProductList

    • Field Detail

      • PN_SHOW_TITLE

        static final String PN_SHOW_TITLE
        Name of the boolean resource property indicating if the product list should render the category title.
        See Also:
        Constant Field Values
      • PN_SHOW_IMAGE

        static final String PN_SHOW_IMAGE
        Name of the boolean resource property indicating if the product list should render the category image.
        See Also:
        Constant Field Values
    • Method Detail

      • showTitle

        boolean showTitle()
        Returns true if the category / product list title should be rendered.
        Returns:
        true if category / product list title should be shown, false otherwise
      • getTitle

        @Nullable
        String getTitle()
        Returns the title of this ProductList.
        Returns:
        the title of this list item or null
      • showImage

        boolean showImage()
      • getCategoryRetriever

        AbstractCategoryRetriever getCategoryRetriever()
        Returns in instance of the category retriever for fetching category data via GraphQL.
        Returns:
        category retriever instance