Uses of Class
org.zkoss.json.JSONArray
-
Packages that use JSONArray Package Description org.zkoss.zk.au org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of JSONArray in org.zkoss.zk.au
Methods in org.zkoss.zk.au that return JSONArray Modifier and Type Method Description static JSONArray
AuWriters. toJSON(AuResponse response)
Converts a response to a JSON object.Methods in org.zkoss.zk.au with parameters of type JSONArray 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. -
Uses of JSONArray in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return JSONArray Modifier and Type Method Description JSONArray
UiEngineImpl. finishUpdate(java.lang.Object ctx)
JSONArray
UiEngineImpl. finishUpdate(java.lang.Object ctx, java.util.List<java.lang.Throwable> errs)
-
Uses of JSONArray in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return JSONArray Modifier and Type Method Description JSONArray
UiEngine. finishUpdate(java.lang.Object ctx)
Finishes the update and returns the result in an array of JSON object.JSONArray
UiEngine. finishUpdate(java.lang.Object ctx, java.util.List<java.lang.Throwable> errs)
Finishes the update and returns the result in an array of JSON object.
-