Package org.zkoss.zats.mimic.operation
Provides various agent classes to mimic user action, like clicking or typing, etc.
-
Interface Summary Interface 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.MultipleSelectAgent To do multiple selection on a component including Listitem and TreeItem.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.SelectByIndexAgent To perform a selection by specific index on a component.SizeAgent The agent of sizing operation.SortAgent The agent for sorting operation.UploadAgent The agent for files uploading operation. -
Class Summary Class Description AuData An AU request data class to define custom event and data.