You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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 Description
      Icon create()  
    • Method Detail

      • create

        Icon create()