com.vaadin.flow.component.icon.

Interface IconFactory

  • All Superinterfaces:

    Serializable

    All Known Implementing Classes:

    VaadinIcon

    Functional Interface:

    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface IconFactory
    extends Serializable

    Factory for icons.

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Icon create() 
    • Method Detail

      • create

        Icon create()