Package io.jmix.flowui.kit.meta
Annotation Interface StudioElementsGroup
Meta description that describes group of elements.
 
 You can override an already existing 
StudioElementsGroup for your component
 by specifying the same xmlElement()
 and defining your xmlns()
 or defining a more specific target() (usually the FQN of your component).- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionFQN of element class that should be added into group.String[]FQNs of target component class or component tag (e.g.:tag:button)booleanDefines whether an elements group can be added to component an unlimited number of times.String[]FQNs of unsupported target component class or component tag (e.g.:tag:button)booleanSpecifies that elements should use the same xml namespace as the group.booleanSpecifies that group should be visible in Studio preview.
- 
Element Details- 
nameString name- See Also:
 - Default:
- ""
 
- 
elementClassFqnString elementClassFqnFQN of element class that should be added into group.- Default:
- ""
 
- 
useGroupXmlnsboolean useGroupXmlnsSpecifies that elements should use the same xml namespace as the group.- Default:
- true
 
- 
iconString icon- See Also:
 - Default:
- "io/jmix/flowui/kit/meta/icon/unknownComponent.svg"
 
- 
xmlElementString xmlElement- See Also:
 - Default:
- ""
 
- 
xmlnsString xmlns- See Also:
 - Default:
- ""
 
- 
xmlnsAliasString xmlnsAlias- See Also:
 - Default:
- ""
 
- 
targetString[] targetFQNs of target component class or component tag (e.g.:tag:button)- Default:
- {}
 
- 
unsupportedTargetString[] unsupportedTargetFQNs of unsupported target component class or component tag (e.g.:tag:button)- Default:
- {}
 
- 
visibleboolean visibleSpecifies that group should be visible in Studio preview.- Default:
- false
 
- 
unlimitedCountboolean unlimitedCountDefines whether an elements group can be added to component an unlimited number of times. By default, an elements group can only be added once.- Returns:
- whether an elements group can be added to component an unlimited number of times
 - Default:
- false
 
- 
propertiesStudioProperty[] properties- See Also:
 - Default:
- {}
 
- 
documentationLinkString documentationLink- See Also:
 - Default:
- ""
 
 
-