Uses of Class
de.xima.fc.form.common.XPropertyEnum
- 
Packages that use XPropertyEnum Package Description de.xima.fc.form.common de.xima.fc.form.common.models  - 
- 
Uses of XPropertyEnum in de.xima.fc.form.common
Methods in de.xima.fc.form.common that return XPropertyEnum Modifier and Type Method Description static XPropertyEnumXPropertyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static XPropertyEnum[]XPropertyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.form.common with parameters of type XPropertyEnum Modifier and Type Method Description static StringXItemPropertyI18NUtils. getI18NValue(XItem xitem, IXFormRenderConfig config, XPropertyEnum xProperty)static StringXItemPropertyI18NUtils. getI18NValue(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)static StringXItemPropertyI18NUtils. getI18NValueR(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)static StringXItemPropertyI18NUtils. getI18NValueR(IXFormRenderConfig config, XPropertyEnum property, String defaultValue, XItemRenderData properties) - 
Uses of XPropertyEnum in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return XPropertyEnum Modifier and Type Method Description XPropertyEnumXPropertyValue. getXPropertyEnum()Methods in de.xima.fc.form.common.models with parameters of type XPropertyEnum Modifier and Type Method Description booleanAXItemPropertiesData. contains(XPropertyEnum xPropertyEnum)booleanIXItemPropertiesData. contains(XPropertyEnum xPropertyEnum)XPropertyValueAXItemPropertiesData. get(XPropertyEnum xPropertyEnum)XPropertyValueIXItemPropertiesData. get(XPropertyEnum xPropertyEnum)protected StringXItemRenderData. getDatasourceField(com.alibaba.fastjson.JSONObject options, XPropertyEnum fieldEnum, String fieldName)voidAXItemPropertiesData. set(XPropertyEnum xPropertyEnum, Object value)sets a property by XPropertyEnumStringXItemRenderData.I18N. valueOf(XPropertyEnum xPropertyEnum)StringXItemRenderData.I18N. valueOf(XPropertyEnum xPropertyEnum, String defaultValue)Constructors in de.xima.fc.form.common.models with parameters of type XPropertyEnum Constructor Description XItemPropertyDesc(XPropertyEnum xPropertyEnum)XItemPropertyDesc(XPropertyEnum xPropertyEnum, Object defaultValue)XPropertyValue(XPropertyEnum xProperty, Object value) 
 -