| Constructor and Description |
|---|
XForm(org.json.JSONObject persist,
Map<String,List<String[]>> valuesMap,
XFormConfig xFormConfig)
Konstruktor mit Formularwerten und Render-Konfiguration
|
XForm(org.json.JSONObject persist,
XFormConfig xFormConfig)
Konstruktor mit Render-Konfiguration
|
public XForm(org.json.JSONObject persist,
Map<String,List<String[]>> valuesMap,
XFormConfig xFormConfig)
throws org.json.JSONException
persist - das Persistance-Objekt des FormularsvaluesMap - FormularwertexRendererConfiguration - Konfigurationen die angeben wie das Formular gerendert werden soll. Wird der Wert
nicht angegeben, werden die Standardkonfigurationen genutzt.org.json.JSONExceptionpublic XForm(org.json.JSONObject persist,
XFormConfig xFormConfig)
throws org.json.JSONException
persist - das Persistance-Objekt des FormularsxRendererConfiguration - Konfigurationen die angeben wie das Formular gerendert werden soll. Wird der Wert
nicht angegeben, werden die Standardkonfigurationen genutzt.org.json.JSONExceptionpublic Collection<XItem> getXItemCollection()
getXItemCollection in interface IXFormpublic String getAttribute(String attribute) throws org.json.JSONException
getAttribute in interface IXFormorg.json.JSONExceptionpublic Map<String,List<String[]>> getValuesMap()
getValuesMap in interface IXFormpublic void setValuesMap(Map<String,List<String[]>> valuesMap2)
setValuesMap in interface IXFormpublic org.json.JSONObject getPersist()
getPersist in interface IXFormpublic XFormConfig getXFormConfig()
getXFormConfig in interface IXFormpublic void setXFormConfig(XFormConfig xFormConfig)
setXFormConfig in interface IXFormpublic List<com.hp.gagawa.java.Node> getCustomFormNodes()
getCustomFormNodes in interface IXFormpublic void setCustomFormNodes(List<com.hp.gagawa.java.Node> customFormNodes)
setCustomFormNodes in interface IXFormpublic void addCustomFormNode(com.hp.gagawa.java.Node customNode)
addCustomFormNode in interface IXFormpublic Map<String,String> getHiddenInputParameter()
getHiddenInputParameter in interface IXFormpublic void setHiddenInputParameter(Map<String,String> hiddenInputParameter)
setHiddenInputParameter in interface IXFormpublic void addHiddenInputParameter(String key, String value)
addHiddenInputParameter in interface IXFormpublic void setxItems(LinkedHashMap<String,XItem> xItems)
public List<String> getServerValItems()
getServerValItems in interface IXFormpublic List<String> getReadOnlyCondItems()
getReadOnlyCondItems in interface IXFormpublic List<String> getRenderCondItems()
getRenderCondItems in interface IXFormpublic void setServerValItems(List<String> serverValItems)
setServerValItems in interface IXFormpublic void setReadOnlyCondItems(List<String> readOnlyCondItems)
setReadOnlyCondItems in interface IXFormpublic void setRenderCondItems(List<String> renderCondItems)
setRenderCondItems in interface IXFormpublic LinkedHashMap<String,String> getParentItemMap()
getParentItemMap in interface IXFormpublic void setParentItemMap(LinkedHashMap<String,String> parentItemMap)
setParentItemMap in interface IXFormpublic XForm clone() throws CloneNotSupportedException
clone in interface IXFormclone in class ObjectCloneNotSupportedExceptionCopyright © 2016. All rights reserved.