Uses of Interface
org.zkoss.zats.mimic.DesktopAgent
Packages that use DesktopAgent
Package
Description
It contains Mimic's fundamental classes.
-
Uses of DesktopAgent in org.zkoss.zats.junit
Methods in org.zkoss.zats.junit that return DesktopAgentModifier and TypeMethodDescriptionconvenience method to load a zul page directly (calls:Client.connect(String)) -
Uses of DesktopAgent in org.zkoss.zats.mimic
Methods in org.zkoss.zats.mimic that return DesktopAgentModifier and TypeMethodDescriptionconnect to a zul file, you have to provide the path that relative to the resource root folderClient.connectAsIncluded(String zulPath, Map<String, Object> args) connect to a zul file, you have to provide the path that relative to the resource root folder.Client.connectWithContent(String content, String ext, ComponentAgent parent, Map<String, Object> args) Connect to a zul content or another language from a string.ComponentAgent.getDesktop()get desktop agent this component belonged to.PageAgent.getDesktop()get desktop of this page -
Uses of DesktopAgent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl that implement DesktopAgentModifier and TypeClassDescriptionclassDefault implementation fof DesktopAgent.Methods in org.zkoss.zats.mimic.impl that return DesktopAgentModifier and TypeMethodDescriptionEmulatorClient.connectAsIncluded(String zulPath, Map<String, Object> args) EmulatorClient.connectWithContent(String content, String ext, ComponentAgent parent, Map<String, Object> args) DefaultComponentAgent.getDesktop()DefaultPageAgent.getDesktop()Methods in org.zkoss.zats.mimic.impl with parameters of type DesktopAgentModifier and TypeMethodDescriptionvoidClientCtrl.destroy(DesktopAgent desktopAgent) voidEmulatorClient.destroy(DesktopAgent desktopAgent) voidLayoutResponseHandler.process(DesktopAgent desktopAgent, String response) perform layout response processing.voidUpdateResponseHandler.process(DesktopAgent desktop, Map<String, Object> jsonObject) perform AU response processing.Constructors in org.zkoss.zats.mimic.impl with parameters of type DesktopAgentModifierConstructorDescriptionDefaultPageAgent(DesktopAgent desktopAgent, org.zkoss.zk.ui.Page page) -
Uses of DesktopAgent in org.zkoss.zats.mimic.impl.operation
Methods in org.zkoss.zats.mimic.impl.operation with parameters of type DesktopAgentModifier and TypeMethodDescriptionDesktopBookmarkAgentBuilder.getOperation(DesktopAgent agent) DialogUploadAgentBuilder.getOperation(DesktopAgent target) -
Uses of DesktopAgent in org.zkoss.zats.mimic.impl.response
Methods in org.zkoss.zats.mimic.impl.response with parameters of type DesktopAgentModifier and TypeMethodDescriptionvoidAuLogHandler.process(DesktopAgent desktopAgent, String response) voidAuLogHandler.process(DesktopAgent desktop, Map<String, Object> jsonObject) voidDownloadHandler.process(DesktopAgent desktopAgent, String response) voidDownloadHandler.process(DesktopAgent desktop, Map<String, Object> jsonObject) voidEchoEventHandler.process(DesktopAgent desktopAgent, String response) voidEchoEventHandler.process(DesktopAgent desktop, Map<String, Object> jsonObject)