Uses of Interface
org.zkoss.zats.mimic.DesktopAgent
-
Packages that use DesktopAgent 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 -
-
Uses of DesktopAgent in org.zkoss.zats.junit
Methods in org.zkoss.zats.junit that return DesktopAgent Modifier and Type Method Description DesktopAgentAutoClient. connect(String zulPath)convenience 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 DesktopAgent Modifier and Type Method Description DesktopAgentClient. connect(String zulPath)connect to a zul file, you have to provide the path that relative to the resource root folderDesktopAgentClient. 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.DesktopAgentClient. connectWithContent(String content, String ext, ComponentAgent parent, Map<String,Object> args)Connect to a zul content or another language from a string.DesktopAgentComponentAgent. getDesktop()get desktop agent this component belonged to.DesktopAgentPageAgent. getDesktop()get desktop of this page -
Uses of DesktopAgent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl that implement DesktopAgent Modifier and Type Class Description classDefaultDesktopAgentDefault implementation fof DesktopAgent.Methods in org.zkoss.zats.mimic.impl that return DesktopAgent Modifier and Type Method Description DesktopAgentEmulatorClient. connect(String zulPath)DesktopAgentEmulatorClient. connectAsIncluded(String zulPath, Map<String,Object> args)DesktopAgentEmulatorClient. connectWithContent(String content, String ext, ComponentAgent parent, Map<String,Object> args)DesktopAgentDefaultComponentAgent. getDesktop()DesktopAgentDefaultPageAgent. getDesktop()Methods in org.zkoss.zats.mimic.impl with parameters of type DesktopAgent Modifier and Type Method Description voidClientCtrl. 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 DesktopAgent Constructor Description DefaultPageAgent(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 DesktopAgent Modifier and Type Method Description BookmarkAgentDesktopBookmarkAgentBuilder. getOperation(DesktopAgent agent)UploadAgentDialogUploadAgentBuilder. 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 DesktopAgent Modifier and Type Method Description voidAuLogHandler. 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)
-