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)
static String
XItemPropertyI18NUtils. getI18NValue(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
static String
XItemPropertyI18NUtils. getI18NValueR(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
static String
XItemPropertyI18NUtils. 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 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)
-