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).-
Element Details
-
identifier
String identifier- See Also:
- Default:
- ""
-
name
String name- See Also:
- Default:
- ""
-
actionClassFqn
String actionClassFqnFQN of action class that should be added to the group.- Default:
- ""
-
useGroupXmlns
boolean useGroupXmlns- See Also:
- Default:
- true
-
icon
String icon- See Also:
- Default:
- "io/jmix/flowui/kit/meta/icon/actionsgroup/actions.svg"
-
xmlElement
String xmlElement- See Also:
- Default:
- "actions"
-
xmlns
String xmlns- See Also:
- Default:
- ""
-
xmlnsAlias
String xmlnsAlias- See Also:
- Default:
- ""
-
target
String[] target- See Also:
- Default:
- {}
-
unsupportedTarget
String[] unsupportedTarget- See Also:
- Default:
- {}
-
excludedElementsInfo
StudioExcludedElementsInfo excludedElementsInfo- Default:
- @io.jmix.flowui.kit.meta.StudioExcludedElementsInfo
-
properties
StudioProperty[] properties- See Also:
- Default:
- {}
-
documentationLink
String documentationLink- See Also:
- Default:
- ""
-