Package io.jmix.flowui.kit.meta
Annotation Interface StudioXmlElementInitializer
public @interface StudioXmlElementInitializer
Meta description that describes additional element initialization.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfacestatic @interfacePath-based descriptions of child elements to set to element tag. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDescriptions of attributes to set to element tag.Descriptions of child elements to set to element tag.Just a human-readable preview of the resulting XML element with applied initializers. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRoot parent path for child element initializers.
-
Field Details
-
ROOT_PARENT_PATH
Root parent path for child element initializers.- See Also:
-
-
Element Details
-
childElementInitializers
StudioXmlElementInitializer.ChildXmlElementInitializer[] childElementInitializersDescriptions of child elements to set to element tag.- Default:
- {}
-
attributeInitializers
StudioXmlElementInitializer.AttributeInitializer[] attributeInitializersDescriptions of attributes to set to element tag.- Default:
- {}
-
preview
String previewJust a human-readable preview of the resulting XML element with applied initializers.NOTE: This is not used by Studio and is not required to be provided.
- Default:
- "undefined"
-