Uses of Class
de.xima.fc.form.common.models.XPropertyValue
Packages that use XPropertyValue
-
Uses of XPropertyValue in de.xima.fc.form.common.models
Fields in de.xima.fc.form.common.models with type parameters of type XPropertyValueModifier and TypeFieldDescriptionprotected final Map<String, XPropertyValue> XFormProperties.propertiesprotected Map<String, XPropertyValue> AXItemPropertiesData.propertyMapMethods in de.xima.fc.form.common.models that return XPropertyValueModifier and TypeMethodDescriptionprotected XPropertyValueXPropertyValue.clone()AXItemPropertiesData.get(XPropertyEnum xPropertyEnum) IXItemPropertiesData.get(XPropertyEnum xPropertyEnum) final XPropertyValueXFormProperties.getProperty(XFormPropertyEnum property) final XPropertyValueXFormProperties.getProperty(String key) default XPropertyValueIXFormRenderConfig.getXFormProperty(String property) Methods in de.xima.fc.form.common.models that return types with arguments of type XPropertyValueModifier and TypeMethodDescriptionfinal Map<String, XPropertyValue> XFormProperties.getProperties()AXItemPropertiesData.getPropertyMap()IXItemPropertiesData.getPropertyMap()Methods in de.xima.fc.form.common.models with parameters of type XPropertyValueModifier and TypeMethodDescriptionvoidAXItemPropertiesData.put(String property, XPropertyValue xProperty) default voidIXItemPropertiesData.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 XPropertyValueModifier and TypeMethodDescriptionXItemRenderData.XItemRenderDataBuilder.withPropertyMap(Map<String, XPropertyValue> propertyMap) Constructor parameters in de.xima.fc.form.common.models with type arguments of type XPropertyValueModifierConstructorDescriptionAXItemPropertiesData(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) -
Uses of XPropertyValue in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return XPropertyValueModifier and TypeMethodDescriptionXFormRenderConfigWithCurrentData.getXFormProperty(String property)
AXItemPropertiesData(Map, JSONObject)