Package io.jmix.flowui.kit.meta
Annotation Interface StudioConvertStrategy.AttributeConvertStrategy
- Enclosing class:
- StudioConvertStrategy
public static @interface StudioConvertStrategy.AttributeConvertStrategy
Meta description for attribute conversion.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionXml attribute FQN.Xml attribute type.Xml attribute new value. -
Optional Element Summary
-
Element Details
-
qualifiedName
String qualifiedNameXml attribute FQN. -
type
StudioPropertyType typeXml attribute type. -
value
String valueXml attribute new value.
-
-
-
valueFrom
String valueFromRelated xml attribute from which to take a new value.- Default:
- ""
-