Package | Description |
---|---|
de.xima.fc.form.common.models |
Modifier and Type | Field and Description |
---|---|
protected Map<String,XPropertyValue> |
AXItemPropertiesData.propertyMap |
Modifier and Type | Method and Description |
---|---|
protected XPropertyValue |
XPropertyValue.clone() |
XPropertyValue |
IXItemPropertiesData.get(String property) |
XPropertyValue |
AXItemPropertiesData.get(String property) |
XPropertyValue |
IXItemPropertiesData.get(XPropertyEnum xPropertyEnum) |
XPropertyValue |
AXItemPropertiesData.get(XPropertyEnum xPropertyEnum) |
Modifier and Type | Method and Description |
---|---|
Map<String,XPropertyValue> |
IXItemPropertiesData.getPropertyMap() |
Map<String,XPropertyValue> |
AXItemPropertiesData.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
void |
AXItemPropertiesData.put(String property,
XPropertyValue xProperty)
stores a property in the propertyMap
|
Constructor and 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.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.