Package io.jmix.flowui.kit.meta
Annotation Interface StudioDataComponent
public @interface StudioDataComponent
Meta description that describes data component
(like
collection
or instance
).-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescribes the available place in the hierarchy.
-
Element Details
-
name
String name- See Also:
- Default:
- ""
-
classFqn
String classFqn- See Also:
- Default:
- ""
-
category
String category- See Also:
- Default:
- ""
-
icon
String icon- See Also:
- Default:
- ""
-
xmlElement
String xmlElement- See Also:
- Default:
- ""
-
xmlns
String xmlns- See Also:
- Default:
- ""
-
xmlnsAlias
String xmlnsAlias- See Also:
- Default:
- ""
-
availablePlaceRegExp
String availablePlaceRegExpDescribes the available place in the hierarchy. By default, data component can be located inside data.- Default:
- "^((mainView)|(view)|(fragment))?(/data)$"
-
properties
StudioProperty[] properties- See Also:
- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-