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 void
AbstractExecutionInfoCollector. addInfo(JSONObject info)
void
DefaultExecutionInfoCollector. 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 JSONObject
AddBindingInfo. toJSON()
JSONObject
AddCommandBindingInfo. toJSON()
JSONObject
AnnoWarnInfo. toJSON()
JSONObject
CommandInfo. toJSON()
JSONObject
EventInfo. toJSON()
JSONObject
ExecutionInfoBase. toJSON()
JSONObject
LoadInfo. toJSON()
JSONObject
NotifyChangeInfo. toJSON()
JSONObject
SaveInfo. toJSON()
JSONObject
StackInfo. toJSON()
JSONObject
ValidationInfo. toJSON()
Methods in org.zkoss.bind.sys.debugger.impl.info with parameters of type JSONObject Modifier and Type Method Description protected static void
ExecutionInfoBase. put(JSONObject json, java.lang.String prop, java.lang.Object val)
protected static void
ExecutionInfoBase. 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 JSONObject
IGoldenLayoutCtrl. parseAreas(IGoldenLayout goldenLayout, java.util.List<java.util.List<java.lang.String>> _areasMatrix, boolean isChildrenUpdate)
static JSONObject
IGoldenLayoutCtrl. 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 JSONObject
AuWriters. getJSONOutput(JSONArray rs)
Returns a JSON object representing the output that will be sent to the client.
-