Uses of Interface
org.zkoss.zats.mimic.operation.OperationAgent
-
Packages that use OperationAgent Package Description 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 OperationAgent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl with type parameters of type OperationAgent Modifier and Type Interface Description interfaceOperationAgentBuilder<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 OperationAgent 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.<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 OperationAgent Modifier and Type Class Description classSwitchedSortAgentImplFor 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 OperationAgent Modifier and Type Class Description static classAbstractInputAgentBuilder.AbstractInputAgentImplprotected static classDateInputAgentBuilder.InputAgentImplprotected static classTimeInputAgentBuilder.InputAgentImpl -
Uses of OperationAgent in org.zkoss.zats.mimic.impl.operation.select
Classes in org.zkoss.zats.mimic.impl.operation.select that implement OperationAgent Modifier and Type Class Description static classAbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImplstatic classAbstractSelectAgentBuilder.AbstractSelectAgentImpl -
Uses of OperationAgent in org.zkoss.zats.mimic.operation
Subinterfaces of OperationAgent 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.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.
-