Package io.jmix.ui.widget
Annotation Interface WebJarResource
This annotation enables to declare web resource dependencies for the annotated
ClientConnector
.
To declare such dependency you should use the following template: "webJarName:resource"
.
Example: "jquery:jquery.min.js"
To override web resources, that was previously referenced by this annotation, put new files in the following path:
VAADIN/webjars/webJarName/webJarVersion/pathToResource
.
Example: VAADIN/webjars/jquery-ui/1.12.1/jquery-ui.min.js
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionA path that will be used while resolving resource from a file system.