Package io.jmix.flowui.view
Annotation Interface ViewDescriptor
Indicates that the annotated
ViewController
is linked to an XML template.
The annotated class must be a direct or indirect subclass of View
.
This annotation is inherited by subclasses.- See Also:
-
Optional Element Summary
-
Element Details
-
value
Path to the XML descriptor. If the value contains a file name only, it is assumed that the file is located in the package of the controller class.- Default:
- ""
-
path
Path to the XML descriptor. If the value contains a file name only, it is assumed that the file is located in the package of the controller class.- Default:
- ""
-