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 JSONArrayAuWriters. 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 JSONObjectAuWriters. 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 JSONArrayUiEngineImpl. finishUpdate(java.lang.Object ctx)JSONArrayUiEngineImpl. 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 JSONArrayUiEngine. finishUpdate(java.lang.Object ctx)Finishes the update and returns the result in an array of JSON object.JSONArrayUiEngine. 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.
-