Uses of Enum
de.xima.fc.form.common.XPropertyEnum
Packages that use XPropertyEnum
-
Uses of XPropertyEnum in de.xima.fc.form.common
Methods in de.xima.fc.form.common that return XPropertyEnumModifier and TypeMethodDescriptionstatic XPropertyEnum
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 XPropertyEnumModifier and TypeMethodDescriptionstatic 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.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 XPropertyEnumMethods in de.xima.fc.form.common.models with parameters of type XPropertyEnumModifier and TypeMethodDescriptionboolean
AXItemPropertiesData.contains
(XPropertyEnum xPropertyEnum) boolean
IXItemPropertiesData.contains
(XPropertyEnum xPropertyEnum) AXItemPropertiesData.get
(XPropertyEnum xPropertyEnum) 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 XPropertyEnumXItemRenderData.I18N.valueOf
(XPropertyEnum xPropertyEnum) XItemRenderData.I18N.valueOf
(XPropertyEnum xPropertyEnum, String defaultValue) Constructors in de.xima.fc.form.common.models with parameters of type XPropertyEnumModifierConstructorDescriptionXItemPropertyDesc
(XPropertyEnum xPropertyEnum) XItemPropertyDesc
(XPropertyEnum xPropertyEnum, Object defaultValue) XPropertyValue
(XPropertyEnum xProperty, Object value)
XItemPropertyI18NUtils.getI18NValue(XItem, IXFormRenderConfig, XPropertyEnum)
if you have aXPropertyEnum
; orXItemPropertyI18NUtils.getI18NValue(IXFormRenderConfig, JSONObject, String, String, boolean)
if you have a custom property.