Interface IconResolver

All Known Implementing Classes:
IconResolverImpl

public interface IconResolver
A facade bean that is intended for resolving icon resources by the given iconPath using all available IconProvider beans.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.server.Resource
    Returns an instance of Resource by the given iconPath.
  • Method Details

    • getIconResource

      @Nullable com.vaadin.server.Resource getIconResource(@Nullable String iconPath)
      Returns an instance of Resource by the given iconPath.
      Parameters:
      iconPath - icon path
      Returns:
      Resource instance