Class ClassNameIconGenerator


  • public class ClassNameIconGenerator
    extends IconGenerator<String>
    Implementation that provides the ability to generate small icons for kuwaiba objects
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>, Orlando Paz <orlando.paz@kuwaiba.org>
    • Method Detail

      • apply

        public com.vaadin.flow.server.AbstractStreamResource apply​(String className)
        Description copied from class: IconGenerator
        Gets a stream resource for the item
        Specified by:
        apply in class IconGenerator<String>
        Parameters:
        className - the item for which the icon is generated
        Returns:
        the generated stream resource