Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static JSONArray |
AuWriters.toJSON(AuResponse response)
Converts a response to a JSON object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JSONArray |
UiEngineImpl.finishUpdate(java.lang.Object ctx) |
Modifier and Type | Method and Description |
---|---|
JSONArray |
UiEngine.finishUpdate(java.lang.Object ctx)
Finishes the update and returns the result in an array of JSON object.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.