Uses of Package
org.zkoss.zats.mimic.operation
Packages that use org.zkoss.zats.mimic.operation
Package
Description
Provides various agent classes to mimic user action, like clicking or typing, etc.
-
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl
-
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl.operationClassDescriptionThe agent supports posting customized AU requests.To change the bookmark of a Desktop.To change the check status of a component including Menuitem, Toolbarbutton, Checkbox, and Radio.To click a component that extends from HtmlBasedComponent.To close a component including Window, Panel, and Tab.To drag a component that extends from HtmlBasedComponent.To obtain or release focus of a component that inherits from InputElement, e.g.The agent for selecting a Column to group.To hover a mouse pointer over a component that extends from HtmlBasedComponent.To perform input to a component that extends from InputElement.This agent mimics keystroke operation to a component that extends from HtmlBasedComponent.The agent for moving operation.The agent to mimic open operation to a component.The base class of all operation agents that mimic user action.The agent for switching page operation.To render a child components of a data component that is not rendered yet.To select a single item of a data component.The agent of sizing operation.The agent for sorting operation.The agent for files uploading operation.
-
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl.operation.inputClassDescriptionTo perform input to a component that extends from InputElement.The base class of all operation agents that mimic user action.
-
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl.operation.selectClassDescriptionTo do multiple selection on a component including Listitem and TreeItem.The base class of all operation agents that mimic user action.To select a single item of a data component.To perform a selection by specific index on a component.
-
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.operationClassDescriptionAn AU request data class to define custom event and data.The base class of all operation agents that mimic user action.