Package io.jmix.flowui.kit.meta
Annotation Interface StudioActionsGroup
Meta description that describes group of actions.
*
* You can override an already existing
StudioActionsGroup 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 Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFQN of action class that should be added to the group.String[]FQN of target component class or component tag (e.g.:tag:button)String[]FQNs of unsupported target component class or component tag (e.g.:tag:button)booleanSpecifies that group actions should use the same xml namespace as the group.
-
Element Details
-
name
String name- See Also:
- Default:
- ""
-
actionClassFqn
String actionClassFqnFQN of action class that should be added to the group.- Default:
- ""
-
useGroupXmlns
boolean useGroupXmlnsSpecifies that group actions should use the same xml namespace as the group.- Default:
- true
-
icon
String icon- See Also:
- Default:
- "io/jmix/flowui/kit/meta/icon/actionsgroup/actions.svg"
-
xmlElement
String xmlElement- See Also:
- Default:
- ""
-
xmlns
String xmlns- See Also:
- Default:
- ""
-
xmlnsAlias
String xmlnsAlias- See Also:
- Default:
- ""
-
target
String[] targetFQN of target component class or component tag (e.g.:tag:button)- Default:
- {}
-
unsupportedTarget
String[] unsupportedTargetFQNs of unsupported target component class or component tag (e.g.:tag:button)- Default:
- {}
-
properties
StudioProperty[] properties- See Also:
- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-