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 XPropertyEnum
XPropertyEnum. 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 String
XItemPropertyI18NUtils. getI18NValue(XItem xitem, IXFormRenderConfig config, XPropertyEnum xProperty)
Gets the localized value for the given property, with all placeholders replaced.static String
XItemPropertyI18NUtils. getI18NValue(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
Deprecated.UseXItemPropertyI18NUtils.getI18NValue(XItem, IXFormRenderConfig, XPropertyEnum)
if you have aXPropertyEnum
; orXItemPropertyI18NUtils.getI18NValue(IXFormRenderConfig, JSONObject, String, String, boolean)
if you have a custom property.static String
XItemPropertyI18NUtils. getI18NValueR(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
Stands for getI18NValueRaw.static String
XItemPropertyI18NUtils. getI18NValueR(IXFormRenderConfig config, XPropertyEnum property, String defaultValue, XItemRenderData properties)
Stands for getI18NValueRaw. -
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 XPropertyEnum
XPropertyValue. getXPropertyEnum()
Methods in de.xima.fc.form.common.models with parameters of type XPropertyEnum Modifier and Type Method Description boolean
AXItemPropertiesData. contains(XPropertyEnum xPropertyEnum)
boolean
IXItemPropertiesData. contains(XPropertyEnum xPropertyEnum)
XPropertyValue
AXItemPropertiesData. get(XPropertyEnum xPropertyEnum)
XPropertyValue
IXItemPropertiesData. get(XPropertyEnum xPropertyEnum)
protected String
XItemRenderData. getDatasourceField(com.alibaba.fastjson.JSONObject options, XPropertyEnum fieldEnum, String fieldName)
void
AXItemPropertiesData. set(XPropertyEnum xPropertyEnum, Object value)
sets a property by XPropertyEnumString
XItemRenderData.I18N. valueOf(XPropertyEnum xPropertyEnum)
String
XItemRenderData.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)
-