Uses of Class
de.xima.fc.form.common.models.XPropertyValue
-
Packages that use XPropertyValue Package Description de.xima.fc.form.common.models -
-
Uses of XPropertyValue in de.xima.fc.form.common.models
Fields in de.xima.fc.form.common.models with type parameters of type XPropertyValue Modifier and Type Field Description protected Map<String,XPropertyValue>
XFormProperties. properties
protected Map<String,XPropertyValue>
AXItemPropertiesData. propertyMap
Methods in de.xima.fc.form.common.models that return XPropertyValue Modifier and Type Method Description protected XPropertyValue
XPropertyValue. clone()
XPropertyValue
AXItemPropertiesData. get(XPropertyEnum xPropertyEnum)
XPropertyValue
AXItemPropertiesData. get(String property)
XPropertyValue
IXItemPropertiesData. get(XPropertyEnum xPropertyEnum)
XPropertyValue
IXItemPropertiesData. get(String property)
XPropertyValue
XFormProperties. getProperty(XFormPropertyEnum property)
XPropertyValue
XFormProperties. getProperty(String key)
default XPropertyValue
IXFormRenderConfig. getXFormProperty(String property)
Methods in de.xima.fc.form.common.models that return types with arguments of type XPropertyValue Modifier and Type Method Description Map<String,XPropertyValue>
XFormProperties. getProperties()
Map<String,XPropertyValue>
AXItemPropertiesData. getPropertyMap()
Map<String,XPropertyValue>
IXItemPropertiesData. getPropertyMap()
Methods in de.xima.fc.form.common.models with parameters of type XPropertyValue Modifier and Type Method Description void
AXItemPropertiesData. put(String property, XPropertyValue xProperty)
default void
IXItemPropertiesData. put(String property, XPropertyValue value)
Sets the given property to the given value.Method parameters in de.xima.fc.form.common.models with type arguments of type XPropertyValue Modifier and Type Method Description XItemRenderData.XItemRenderDataBuilder
XItemRenderData.XItemRenderDataBuilder. withPropertyMap(Map<String,XPropertyValue> propertyMap)
Constructor parameters in de.xima.fc.form.common.models with type arguments of type XPropertyValue Constructor Description AXItemPropertiesData(Map<String,XPropertyValue> propertyMap)
Deprecated.AXItemPropertiesData(Map<String,XPropertyValue> propertyMap, com.alibaba.fastjson.JSONObject version)
Deprecated.This is an internal method meant only for sub classes.XItemRenderData(String className, Map<String,XPropertyValue> propertyMap, IXFormRenderConfig xFormRenderConfig, Map<String,List<String[]>> valuesMap, boolean forceDisabled)
Deprecated.XItemRenderData(String className, Map<String,XPropertyValue> propertyMap, IXFormRenderConfig xFormRenderConfig, Map<String,List<String[]>> valuesMap, boolean forceDisabled, com.alibaba.fastjson.JSONObject version)
Deprecated.XItemRenderDataBuilder(String className, Map<String,XPropertyValue> propertyMap)
-