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>
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)
Methods in de.xima.fc.form.common.models that return types with arguments of type XPropertyValue Modifier and Type Method Description 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)
stores a property in the propertyMapConstructor 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)
Creates a new item properties wrapper for the given property map.XItemRenderData(String className, Map<String,XPropertyValue> propertyMap, IXFormRenderConfig xFormRenderConfig, Map<String,List<String[]>> valuesMap, boolean forceDisabled)
XItemRenderData(String className, Map<String,XPropertyValue> propertyMap, IXFormRenderConfig xFormRenderConfig, Map<String,List<String[]>> valuesMap, boolean forceDisabled, com.alibaba.fastjson.JSONObject version)
Creates a new render data object that stores all the properties of an item and offers methods to access them.
-