Package io.jmix.flowui.kit.meta
Annotation Interface StudioPropertiesItem
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionFully-qualified name of property classString[]
boolean
-
Element Details
-
xmlAttribute
String xmlAttribute -
type
StudioPropertyType type
-
-
-
classFqn
String classFqnFully-qualified name of property class- Default:
- ""
-
name
String name- Default:
- ""
-
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:
- ""
-