Package io.jmix.ui.component
Interface ThemeResource
- All Superinterfaces:
Resource
- All Known Implementing Classes:
ThemeResourceImpl
A resource located in the current UI theme.
- See Also:
-
Method Summary
-
Method Details
-
setPath
- Parameters:
path
- relative path to the theme resource, e.g. "images/image.png" for the resource located atsrc/main/themes/mytheme/images/image.png
if the current theme is "mytheme"- Returns:
- this ThemeResource instance
-
getPath
String getPath()
-