Uses of Interface
org.zkoss.zats.mimic.operation.OperationAgent
Packages that use OperationAgent
Package
Description
Provides various agent classes to mimic user action, like clicking or typing, etc.
-
Uses of OperationAgent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl with type parameters of type OperationAgentModifier and TypeInterfaceDescriptioninterfaceOperationAgentBuilder<A extends Agent,O extends OperationAgent> Create anOperationAgentobject for one or a group of ZK components.Methods in org.zkoss.zats.mimic.impl with type parameters of type OperationAgentModifier and TypeMethodDescription<O extends OperationAgent>
OperationAgentBuilder<Agent,O> OperationAgentManager.getBuilder(Object delegatee, Class<O> operation) Return a corresponding OperationAgentBuilder for delegatee supported operation class.<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.<O extends OperationAgent>
voidOperationAgentManager.registerBuilder(String startVersion, String endVersion, String delegateeClass, String builderClazz) Register a operation builder mapping to component and operation. -
Uses of OperationAgent in org.zkoss.zats.mimic.impl.operation
Classes in org.zkoss.zats.mimic.impl.operation that implement OperationAgentModifier and TypeClassDescriptionclassFor Treecol & Listheader, their sorting order's switching is pre-defined. -
Uses of OperationAgent in org.zkoss.zats.mimic.impl.operation.input
Classes in org.zkoss.zats.mimic.impl.operation.input that implement OperationAgentModifier and TypeClassDescriptionstatic classprotected static classprotected static class -
Uses of OperationAgent in org.zkoss.zats.mimic.impl.operation.select
Classes in org.zkoss.zats.mimic.impl.operation.select that implement OperationAgentModifier and TypeClassDescriptionstatic classstatic class -
Uses of OperationAgent in org.zkoss.zats.mimic.operation
Subinterfaces of OperationAgent 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 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.