Uses of Interface
org.zkoss.zats.mimic.Agent
-
Packages that use Agent Package Description 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.operation.input org.zkoss.zats.mimic.impl.operation.select org.zkoss.zats.mimic.operation 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.mimic Modifier and Type Interface Description interfaceComponentAgentThe component agent, wraps a server-side zk component.interfaceDesktopAgentThe desktop agent, represents a server-side ZK desktopinterfacePageAgentThe page agent, represents a server-side zk pageinterfaceQueryAgentAgent 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 Agent Modifier and Type Interface Description interfaceOperationAgentBuilder<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 Agent Modifier and Type Class Description classDefaultComponentAgentThe default implement of component agent.classDefaultDesktopAgentDefault implementation fof DesktopAgent.classDefaultPageAgentDefault implementation for PageAgent.Methods in org.zkoss.zats.mimic.impl that return types with arguments of type Agent Modifier and Type Method Description <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 Agent Modifier and Type Method Description <T> TValueResolver. resolve(Agent agent, Class<T> clazz)resolve the component agent to a object by registered value resolver<T> TValueResolverManager. resolve(Agent agent, Class<T> clazz)resolve the component agent to a object with registered value resolverMethod parameters in org.zkoss.zats.mimic.impl with type arguments of type Agent Modifier and Type Method Description <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 Agent Modifier and Type Class Description classAgentDelegator<T extends Agent>Simply wrap the component agent for component operationClasses in org.zkoss.zats.mimic.impl.operation that implement Agent Modifier and Type Class Description classAgentDelegator<T extends Agent>Simply wrap the component agent for component operationclassSwitchedSortAgentImplFor Treecol & Listheader, their sorting order's switching is pre-defined.Fields in org.zkoss.zats.mimic.impl.operation declared as Agent Modifier and Type Field Description protected TAgentDelegator. target -
Uses of Agent in org.zkoss.zats.mimic.impl.operation.input
Classes in org.zkoss.zats.mimic.impl.operation.input that implement Agent Modifier and Type Class Description static classAbstractInputAgentBuilder.AbstractInputAgentImplprotected static classDateInputAgentBuilder.InputAgentImplprotected static classTimeInputAgentBuilder.InputAgentImpl -
Uses of Agent in org.zkoss.zats.mimic.impl.operation.select
Classes in org.zkoss.zats.mimic.impl.operation.select that implement Agent Modifier and Type Class Description static classAbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImplstatic classAbstractSelectAgentBuilder.AbstractSelectAgentImpl -
Uses of Agent in org.zkoss.zats.mimic.operation
Subinterfaces of Agent in org.zkoss.zats.mimic.operation Modifier and Type Interface Description interfaceAuAgentThe agent supports posting customized AU requests.interfaceBookmarkAgentTo change the bookmark of a Desktop.interfaceCheckAgentTo change the check status of a component including Menuitem, Toolbarbutton, Checkbox, and Radio.interfaceClickAgentTo click a component that extends from HtmlBasedComponent.interfaceCloseAgentTo close a component including Window, Panel, and Tab.interfaceDragAgentTo drag a component that extends from HtmlBasedComponent.interfaceFocusAgentTo obtain or release focus of a component that inherits from InputElement, e.g.interfaceGroupAgentThe agent for selecting a Column to group.interfaceHoverAgentTo hover a mouse pointer over a component that extends from HtmlBasedComponent.interfaceInputAgentTo perform input to a component that extends from InputElement.interfaceKeyStrokeAgentThis agent mimics keystroke operation to a component that extends from HtmlBasedComponent.interfaceMoveAgentThe agent for moving operation.interfaceMultipleSelectAgentTo do multiple selection on a component including Listitem and TreeItem.interfaceOpenAgentThe agent to mimic open operation to a component.interfaceOperationAgentThe base class of all operation agents that mimic user action.interfacePagingAgentThe agent for switching page operation.interfaceRenderAgentTo render a child components of a data component that is not rendered yet.interfaceSelectAgentTo select a single item of a data component.interfaceSelectByIndexAgentTo perform a selection by specific index on a component.interfaceSizeAgentThe agent of sizing operation.interfaceSortAgentThe agent for sorting operation.interfaceUploadAgentThe agent for files uploading operation.
-