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 SummaryOptional Elements
- 
Element Details- 
valuePath 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:
- ""
 
- 
pathPath 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:
- ""
 
 
-