Package io.jmix.ui.icon
Class IconResolverImpl
java.lang.Object
io.jmix.ui.icon.IconResolverImpl
- All Implemented Interfaces:
IconResolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IconProvider>protected Iconsprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.server.ResourcegetIconResource(String iconPath) Returns an instance ofResourceby the giveniconPath.protected com.vaadin.server.ResourcegetResource(String iconPath) protected StringgetThemeIcon(String iconName) protected StringprocessPath(String iconPath)
-
Field Details
-
THEME_PREFIX
- See Also:
-
PROPERTY_PREFIXES
-
icons
-
iconProviders
-
-
Constructor Details
-
IconResolverImpl
public IconResolverImpl()
-
-
Method Details
-
getIconResource
Description copied from interface:IconResolverReturns an instance ofResourceby the giveniconPath.- Specified by:
getIconResourcein interfaceIconResolver- Parameters:
iconPath- icon path- Returns:
Resourceinstance
-
getResource
-
getThemeIcon
-
processPath
-