Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultExecutionInfoCollector.addInfo(JSONObject info) |
abstract void |
AbstractExecutionInfoCollector.addInfo(JSONObject info) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
AuWriters.getJSONOutput(JSONArray rs)
Returns a JSON object representing the output that will be sent
to the client.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.