|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONArray | |
---|---|
org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
Uses of JSONArray in org.zkoss.zk.au |
---|
Methods in org.zkoss.zk.au that return JSONArray | |
---|---|
static JSONArray |
AuWriters.toJSON(AuResponse response)
Converts a response to a JSON object. |
Methods in org.zkoss.zk.au with parameters of type JSONArray | |
---|---|
static JSONObject |
AuWriters.getJSONOutput(JSONArray rs)
Returns a JSON object representing the output that will be sent to the client. |
Uses of JSONArray in org.zkoss.zk.ui.impl |
---|
Methods in org.zkoss.zk.ui.impl that return JSONArray | |
---|---|
JSONArray |
UiEngineImpl.finishUpdate(java.lang.Object ctx)
|
Uses of JSONArray in org.zkoss.zk.ui.sys |
---|
Methods in org.zkoss.zk.ui.sys that return JSONArray | |
---|---|
JSONArray |
UiEngine.finishUpdate(java.lang.Object ctx)
Finishes the update and returns the result in an array of JSON object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |