|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONObject | |
---|---|
org.zkoss.bind.sys.debugger.impl | Debugger implementation classes for ZK Bind |
org.zkoss.bind.sys.debugger.impl.info | Debugger implementation classes for ZK Bind |
org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
Uses of JSONObject in org.zkoss.bind.sys.debugger.impl |
---|
Methods in org.zkoss.bind.sys.debugger.impl with parameters of type JSONObject | |
---|---|
void |
DefaultExecutionInfoCollector.addInfo(JSONObject info)
|
abstract void |
AbstractExecutionInfoCollector.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 | |
---|---|
JSONObject |
ValidationInfo.toJSON()
|
JSONObject |
StackInfo.toJSON()
|
JSONObject |
SaveInfo.toJSON()
|
JSONObject |
NotifyChangeInfo.toJSON()
|
JSONObject |
LoadInfo.toJSON()
|
JSONObject |
ExecutionInfoBase.toJSON()
|
JSONObject |
EventInfo.toJSON()
|
JSONObject |
CommandInfo.toJSON()
|
JSONObject |
AnnoWarnInfo.toJSON()
|
JSONObject |
AddCommandBindingInfo.toJSON()
|
JSONObject |
AddBindingInfo.toJSON()
|
Methods in org.zkoss.bind.sys.debugger.impl.info with parameters of type JSONObject | |
---|---|
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.zk.au |
---|
Methods in org.zkoss.zk.au that return JSONObject | |
---|---|
static JSONObject |
AuWriters.getJSONOutput(JSONArray rs)
Returns a JSON object representing the output that will be sent to the client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |