Uses of Package
org.zkoss.zats.mimic.operation
-
Packages that use org.zkoss.zats.mimic.operation 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. -
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl Class Description OperationAgent 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 Class Description AuAgent The agent supports posting customized AU requests.BookmarkAgent To change the bookmark of a Desktop.CheckAgent To change the check status of a component including Menuitem, Toolbarbutton, Checkbox, and Radio.ClickAgent To click a component that extends from HtmlBasedComponent.CloseAgent To close a component including Window, Panel, and Tab.DragAgent To drag a component that extends from HtmlBasedComponent.FocusAgent To obtain or release focus of a component that inherits from InputElement, e.g.GroupAgent The agent for selecting a Column to group.HoverAgent To hover a mouse pointer over a component that extends from HtmlBasedComponent.InputAgent To perform input to a component that extends from InputElement.KeyStrokeAgent This agent mimics keystroke operation to a component that extends from HtmlBasedComponent.MoveAgent The agent for moving operation.OpenAgent The agent to mimic open operation to a component.OperationAgent The base class of all operation agents that mimic user action.PagingAgent The agent for switching page operation.RenderAgent To render a child components of a data component that is not rendered yet.SelectAgent To select a single item of a data component.SizeAgent The agent of sizing operation.SortAgent The agent for sorting operation.UploadAgent The agent for files uploading operation. -
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.impl.operation.input Class Description InputAgent To perform input to a component that extends from InputElement.OperationAgent 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.select Class Description MultipleSelectAgent To do multiple selection on a component including Listitem and TreeItem.OperationAgent The base class of all operation agents that mimic user action.SelectAgent To select a single item of a data component.SelectByIndexAgent To perform a selection by specific index on a component. -
Classes in org.zkoss.zats.mimic.operation used by org.zkoss.zats.mimic.operation Class Description AuData An AU request data class to define custom event and data.OperationAgent The base class of all operation agents that mimic user action.