Package | Description |
---|---|
org.zkoss.zats.junit | |
org.zkoss.zats.mimic |
It contains Mimic's fundamental classes.
|
org.zkoss.zats.mimic.impl | |
org.zkoss.zats.mimic.impl.operation | |
org.zkoss.zats.mimic.impl.response |
Modifier and Type | Method and Description |
---|---|
DesktopAgent |
AutoClient.connect(java.lang.String zulPath)
convenience method to load a zul page directly (calls:
Client.connect(String) ) |
Modifier and Type | Method and Description |
---|---|
DesktopAgent |
Client.connect(java.lang.String zulPath)
connect to a zul file, you have to provide the path that relative to the resource root folder
|
DesktopAgent |
Client.connectAsIncluded(java.lang.String zulPath,
java.util.Map<java.lang.String,java.lang.Object> args)
connect to a zul file, you have to provide the path that relative to the resource root folder.
|
DesktopAgent |
Client.connectWithContent(java.lang.String content,
java.lang.String ext,
ComponentAgent parent,
java.util.Map<java.lang.String,java.lang.Object> args)
Connect to a zul content or another language from a string.
|
DesktopAgent |
ComponentAgent.getDesktop()
get desktop agent this component belonged to.
|
DesktopAgent |
PageAgent.getDesktop()
get desktop of this page
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDesktopAgent
Default implementation fof DesktopAgent.
|
Modifier and Type | Method and Description |
---|---|
DesktopAgent |
EmulatorClient.connect(java.lang.String zulPath) |
DesktopAgent |
EmulatorClient.connectAsIncluded(java.lang.String zulPath,
java.util.Map<java.lang.String,java.lang.Object> args) |
DesktopAgent |
EmulatorClient.connectWithContent(java.lang.String content,
java.lang.String ext,
ComponentAgent parent,
java.util.Map<java.lang.String,java.lang.Object> args) |
DesktopAgent |
DefaultPageAgent.getDesktop() |
DesktopAgent |
DefaultComponentAgent.getDesktop() |
Modifier and Type | Method and Description |
---|---|
void |
EmulatorClient.destroy(DesktopAgent desktopAgent) |
void |
ClientCtrl.destroy(DesktopAgent desktopAgent) |
void |
UpdateResponseHandler.process(DesktopAgent desktop,
java.util.Map<java.lang.String,java.lang.Object> jsonObject)
perform AU response processing.
|
void |
LayoutResponseHandler.process(DesktopAgent desktopAgent,
java.lang.String response)
perform layout response processing.
|
Constructor and Description |
---|
DefaultPageAgent(DesktopAgent desktopAgent,
org.zkoss.zk.ui.Page page) |
Modifier and Type | Method and Description |
---|---|
BookmarkAgent |
DesktopBookmarkAgentBuilder.getOperation(DesktopAgent agent) |
UploadAgent |
DialogUploadAgentBuilder.getOperation(DesktopAgent target) |
Modifier and Type | Method and Description |
---|---|
void |
EchoEventHandler.process(DesktopAgent desktop,
java.util.Map<java.lang.String,java.lang.Object> jsonObject) |
void |
AuLogHandler.process(DesktopAgent desktop,
java.util.Map<java.lang.String,java.lang.Object> jsonObject) |
void |
DownloadHandler.process(DesktopAgent desktop,
java.util.Map<java.lang.String,java.lang.Object> jsonObject) |
void |
EchoEventHandler.process(DesktopAgent desktopAgent,
java.lang.String response) |
void |
AuLogHandler.process(DesktopAgent desktopAgent,
java.lang.String response) |
void |
DownloadHandler.process(DesktopAgent desktopAgent,
java.lang.String response) |
Copyright © 2019 Potix Corporation. All rights reserved.