Class IconGenerator<T>

    • Constructor Detail

      • IconGenerator

        public IconGenerator()
    • Method Detail

      • apply

        public abstract com.vaadin.flow.server.AbstractStreamResource apply​(T item)
        Gets a stream resource for the item
        Parameters:
        item - the item for which the icon is generated
        Returns:
        the generated stream resource