Interface IMListContentProvider

    • Method Detail

      • getIcon

        default IImageTarget getIcon​(VSRow row,
                                     MLItem listItem,
                                     IImageTarget iImageTarget)
        Gets the icon to use for the list item and the specified VS row.

        The default is to use an icon provider to get the icon, or if this does not exist, the input value iImageTarget is used.

        Parameters:
        row - The row.
        listItem - The list item in question.
        iImageTarget - The icon previously set using this method or by API, null for none.
        Returns:
        The icon to use, null for none.