Package io.jmix.ui.icon
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 TypeMethodDescriptioncom.vaadin.server.ResourcegetIconResource(String iconPath) Returns an instance ofResourceby the giveniconPath.
-
Method Details
-
getIconResource
Returns an instance ofResourceby the giveniconPath.- Parameters:
iconPath- icon path- Returns:
Resourceinstance
-