Uses of Interface
org.zkoss.zats.mimic.Agent
Packages that use Agent
Package
Description
It contains Mimic's fundamental classes.
Provides various agent classes to mimic user action, like clicking or typing, etc.
-
Uses of Agent in org.zkoss.zats.mimic
Subinterfaces of Agent in org.zkoss.zats.mimicModifier and TypeInterfaceDescriptioninterfaceThe component agent, wraps a server-side zk component.interfaceThe desktop agent, represents a server-side ZK desktopinterfaceThe page agent, represents a server-side zk pageinterfaceAgent that can be used to query other agent. -
Uses of Agent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl with type parameters of type AgentModifier and TypeInterfaceDescriptioninterfaceOperationAgentBuilder<A extends Agent,O extends OperationAgent> Create anOperationAgentobject for one or a group of ZK components.Classes in org.zkoss.zats.mimic.impl that implement AgentModifier and TypeClassDescriptionclassThe default implement of component agent.classDefault implementation fof DesktopAgent.classDefault implementation for PageAgent.Methods in org.zkoss.zats.mimic.impl that return types with arguments of type AgentModifier and TypeMethodDescription<O extends OperationAgent>
OperationAgentBuilder<Agent,O> OperationAgentManager.getBuilder(Object delegatee, Class<O> operation) Return a corresponding OperationAgentBuilder for delegatee supported operation class.Methods in org.zkoss.zats.mimic.impl with parameters of type AgentModifier and TypeMethodDescription<T> T<T> Tresolve the component agent to a object by registered value resolver<T> Tresolve the component agent to a object with registered value resolverMethod parameters in org.zkoss.zats.mimic.impl with type arguments of type AgentModifier and TypeMethodDescription<O extends OperationAgent,C>
voidOperationAgentManager.registerBuilder(String startVersion, String endVersion, Class<C> delegateeClass, OperationAgentBuilder<? extends Agent, O> builder) register a operation builder mapping to component and operation. -
Uses of Agent in org.zkoss.zats.mimic.impl.operation
Classes in org.zkoss.zats.mimic.impl.operation with type parameters of type AgentModifier and TypeClassDescriptionclassAgentDelegator<T extends Agent>Simply wrap the component agent for component operationClasses in org.zkoss.zats.mimic.impl.operation that implement AgentModifier and TypeClassDescriptionclassAgentDelegator<T extends Agent>Simply wrap the component agent for component operationclassFor Treecol & Listheader, their sorting order's switching is pre-defined.Fields in org.zkoss.zats.mimic.impl.operation declared as Agent -
Uses of Agent in org.zkoss.zats.mimic.impl.operation.input
Classes in org.zkoss.zats.mimic.impl.operation.input that implement AgentModifier and TypeClassDescriptionstatic classprotected static classprotected static classprotected static class -
Uses of Agent in org.zkoss.zats.mimic.impl.operation.select
Classes in org.zkoss.zats.mimic.impl.operation.select that implement AgentModifier and TypeClassDescriptionstatic classstatic class -
Uses of Agent in org.zkoss.zats.mimic.operation
Subinterfaces of Agent in org.zkoss.zats.mimic.operationModifier and TypeInterfaceDescriptioninterfaceThe agent supports posting customized AU requests.interfaceTo change the bookmark of a Desktop.interfaceTo change the check status of a component including Menuitem, Toolbarbutton, Checkbox, and Radio.interfaceTo click a component that extends from HtmlBasedComponent.interfaceTo close a component including Window, Panel, and Tab.interfaceTo drag a component that extends from HtmlBasedComponent.interfaceTo obtain or release focus of a component that inherits from InputElement, e.g.interfaceThe agent for selecting a Column to group.interfaceTo hover a mouse pointer over a component that extends from HtmlBasedComponent.interfaceTo perform input to a component that extends from InputElement.interfaceThis agent mimics keystroke operation to a component that extends from HtmlBasedComponent.interfaceThe agent for moving operation.interfaceTo do multiple selection on a component including Listitem and TreeItem.interfaceThe agent to mimic open operation to a component.interfaceThe base class of all operation agents that mimic user action.interfaceThe agent for switching page operation.interfaceTo render a child components of a data component that is not rendered yet.interfaceTo select a single item of a data component.interfaceTo perform a selection by specific index on a component.interfaceThe agent of sizing operation.interfaceThe agent for sorting operation.interfaceThe agent for files uploading operation.