Package de.xima.fc.form.common
Class XItemsDescriptor
- java.lang.Object
-
- de.xima.fc.form.common.XItemsDescriptor
-
public class XItemsDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description XItemsDescriptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.alibaba.fastjson.JSONObjectgetItemDescription(Class<? extends IXItemBasic> clazz, Locale locale)static com.alibaba.fastjson.JSONObjectgetItemDescriptionJson(IXFormRenderConfig xRenderConfig, Locale locale)static com.alibaba.fastjson.JSONObjectgetItemDescriptionJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)static com.alibaba.fastjson.JSONArraygetItemsJson(IXFormRenderConfig xRenderConfig, Locale locale)static com.alibaba.fastjson.JSONArraygetItemsJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)static com.alibaba.fastjson.JSONArraygetWidgetsJson(IXFormRenderConfig xRenderConfig, Locale locale)static com.alibaba.fastjson.JSONArraygetWidgetsJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)
-
-
-
Method Detail
-
getItemDescription
public static com.alibaba.fastjson.JSONObject getItemDescription(Class<? extends IXItemBasic> clazz, Locale locale)
-
getItemDescriptionJson
public static com.alibaba.fastjson.JSONObject getItemDescriptionJson(IXFormRenderConfig xRenderConfig, Locale locale)
-
getItemDescriptionJson
public static com.alibaba.fastjson.JSONObject getItemDescriptionJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)
-
getItemsJson
public static com.alibaba.fastjson.JSONArray getItemsJson(IXFormRenderConfig xRenderConfig, Locale locale)
-
getItemsJson
public static com.alibaba.fastjson.JSONArray getItemsJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)
-
getWidgetsJson
public static com.alibaba.fastjson.JSONArray getWidgetsJson(IXFormRenderConfig xRenderConfig, Locale locale)
-
getWidgetsJson
public static com.alibaba.fastjson.JSONArray getWidgetsJson(IXFormRenderConfig xRenderConfig, Locale locale, IFormItemFilter filter)
-
-