Package | Description |
---|---|
de.xima.fc.form.common | |
de.xima.fc.form.common.models |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static String |
XItemPropertyI18NUtils.getI18NValue(IXFormRenderConfig config,
com.alibaba.fastjson.JSONObject json,
String defaultValue,
XPropertyEnum property) |
static String |
XItemPropertyI18NUtils.getI18NValue(XItem xitem,
IXFormRenderConfig config,
XPropertyEnum xProperty) |
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) |
Modifier and Type | Method and Description |
---|---|
XPropertyEnum |
XPropertyValue.getXPropertyEnum() |
Modifier and Type | Method and Description |
---|---|
boolean |
IXItemPropertiesData.contains(XPropertyEnum xPropertyEnum) |
boolean |
AXItemPropertiesData.contains(XPropertyEnum xPropertyEnum) |
XPropertyValue |
IXItemPropertiesData.get(XPropertyEnum xPropertyEnum) |
XPropertyValue |
AXItemPropertiesData.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 XPropertyEnum
|
String |
XItemRenderData.I18N.valueOf(XPropertyEnum xPropertyEnum) |
String |
XItemRenderData.I18N.valueOf(XPropertyEnum xPropertyEnum,
String defaultValue) |
Constructor and Description |
---|
XItemPropertyDesc(XPropertyEnum xPropertyEnum) |
XItemPropertyDesc(XPropertyEnum xPropertyEnum,
Object defaultValue) |
XPropertyValue(XPropertyEnum xProperty,
Object value) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.