Package io.jmix.flowui.fragment
Annotation Interface FragmentDescriptor
Specifies a string value that is a file path to an xml descriptor
that can be used for a
Fragment
initialization.-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- a path to the XML descriptor. If the value contains a file name only (i.e. don't start with '/'), it is assumed that the file is located in the package of the fragment class.
-