Package io.jmix.flowui.kit.meta
Annotation Interface StudioPropertiesItem
Describes properties that included into
<properties></properties>
tag.
This is usually relevant for actions.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionXml attribute type.Xml attribute name. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionProperty category.Fully-qualified name of property classString[]
boolean
-
Element Details
-
xmlAttribute
String xmlAttributeXml attribute name. -
type
StudioPropertyType typeXml attribute type.
-
-
-
classFqn
String classFqnFully-qualified name of property class- Default:
- ""
-
category
String categoryProperty category.- See Also:
- Default:
- "Additional"
-
required
boolean required- Default:
- false
-
defaultValue
String defaultValue- Default:
- ""
-
initialValue
String initialValue- Default:
- ""
-
options
String[] options- Default:
- {}
-
setMethod
String setMethod- Default:
- ""
-
setParameterFqn
String setParameterFqn- Default:
- ""
-
addMethod
String addMethod- Default:
- ""
-
addParameterFqn
String addParameterFqn- Default:
- ""
-
removeMethod
String removeMethod- Default:
- ""
-
removeParameterFqn
String removeParameterFqn- Default:
- ""
-