public class XItemUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
XItemUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillXFormData(org.json.JSONObject persist,
XFormConfig xFormConfig,
XForm form) |
static HashMap<String,XItem> |
getItemsMap(org.json.JSONObject persist,
XFormConfig xFormConfig) |
static XItem |
getXItem(org.json.JSONObject jsonObject,
XFormConfig xFormConfig) |
public static XItem getXItem(org.json.JSONObject jsonObject, XFormConfig xFormConfig)
public static void fillXFormData(org.json.JSONObject persist,
XFormConfig xFormConfig,
XForm form)
throws org.json.JSONException
org.json.JSONExceptionpublic static HashMap<String,XItem> getItemsMap(org.json.JSONObject persist, XFormConfig xFormConfig) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.