Interface IconFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
LumoIcon, 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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      Icon create()