Class TreeItemImage

    • Constructor Detail

      • TreeItemImage

        public TreeItemImage​(String url)
        Parameters:
        url - the URL for an image.
      • TreeItemImage

        public TreeItemImage​(Image image)
        Parameters:
        image - the image for a tree item
      • TreeItemImage

        public TreeItemImage​(Image image,
                             String imageCacheKey)
        Parameters:
        image - the image for a tree item
        imageCacheKey - the cache key for the image on a tree item
    • Method Detail

      • getUrl

        public String getUrl()
        Returns:
        the URL for an image
      • getImage

        public Image getImage()
        Returns:
        the image for a tree item
      • getImageCacheKey

        public String getImageCacheKey()
        Returns:
        the cache key for the image on a tree item