Uses of Class
org.zkoss.json.JSONObject
-
Packages that use JSONObject Package Description org.zkoss.bind.sys.debugger.impl org.zkoss.bind.sys.debugger.impl.info org.zkoss.stateless.sul org.zkoss.zk.au -
-
Uses of JSONObject in org.zkoss.bind.sys.debugger.impl
Methods in org.zkoss.bind.sys.debugger.impl with parameters of type JSONObject Modifier and Type Method Description abstract voidAbstractExecutionInfoCollector. addInfo(JSONObject info)voidDefaultExecutionInfoCollector. addInfo(JSONObject info) -
Uses of JSONObject in org.zkoss.bind.sys.debugger.impl.info
Methods in org.zkoss.bind.sys.debugger.impl.info that return JSONObject Modifier and Type Method Description JSONObjectAddBindingInfo. toJSON()JSONObjectAddCommandBindingInfo. toJSON()JSONObjectAnnoWarnInfo. toJSON()JSONObjectCommandInfo. toJSON()JSONObjectEventInfo. toJSON()JSONObjectExecutionInfoBase. toJSON()JSONObjectLoadInfo. toJSON()JSONObjectNotifyChangeInfo. toJSON()JSONObjectSaveInfo. toJSON()JSONObjectStackInfo. toJSON()JSONObjectValidationInfo. toJSON()Methods in org.zkoss.bind.sys.debugger.impl.info with parameters of type JSONObject Modifier and Type Method Description protected static voidExecutionInfoBase. put(JSONObject json, java.lang.String prop, java.lang.Object val)protected static voidExecutionInfoBase. putEssential(JSONObject json, java.lang.String prop, java.lang.Object val) -
Uses of JSONObject in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return JSONObject Modifier and Type Method Description static JSONObjectIGoldenLayoutCtrl. parseAreas(IGoldenLayout goldenLayout, java.util.List<java.util.List<java.lang.String>> _areasMatrix, boolean isChildrenUpdate)static JSONObjectIGoldenLayoutCtrl. parseConfig(java.util.List matrix, java.lang.String direction, boolean root, IGoldenLayout goldenLayout, boolean isChildrenUpdate) -
Uses of JSONObject in org.zkoss.zk.au
Methods in org.zkoss.zk.au that return JSONObject Modifier and Type Method Description static JSONObjectAuWriters. getJSONOutput(JSONArray rs)Returns a JSON object representing the output that will be sent to the client.
-