Package | Description |
---|---|
de.xima.fc.form.common.models |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,XPropertyValue> |
AXItemPropertiesData.propertyMap |
Modifier and Type | Method and Description |
---|---|
XPropertyValue |
AXItemPropertiesData.get(String property) |
XPropertyValue |
AXItemPropertiesData.get(XPropertyEnum xPropertyEnum) |
Modifier and Type | Method and Description |
---|---|
HashMap<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(HashMap<String,XPropertyValue> propertyMap)
stores all the properties of an item and offers methods to access them
|
XItemRenderData(String className,
HashMap<String,XPropertyValue> propertyMap,
IXFormRenderConfig xFormRenderConfig,
Map<String,List<String[]>> valuesMap,
boolean forceDisabled)
stores all the properties of an item and offers methods to access them
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.