Uses of Interface
org.zkoss.zats.mimic.ComponentAgent
-
Packages that use ComponentAgent Package Description org.zkoss.zats.mimic It contains Mimic's fundamental classes.org.zkoss.zats.mimic.impl org.zkoss.zats.mimic.impl.au 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 ComponentAgent in org.zkoss.zats.mimic
Methods in org.zkoss.zats.mimic that return ComponentAgent Modifier and Type Method Description ComponentAgentComponentAgent. getChild(int index)get child by specify index.ComponentAgentComponentAgent. getFirstChild()Returns the first child, if any.ComponentAgentComponentAgent. getLastChild()Returns the last child, if any.ComponentAgentComponentAgent. getNextSibling()Returns the next sibling, if any.ComponentAgentComponentAgent. getParent()get parent agent.ComponentAgentComponentAgent. getPreviousSibling()Returns the previous sibling, if any.ComponentAgentQueryAgent. query(String selector)to find the first component agent with the selector in this query agent.Methods in org.zkoss.zats.mimic that return types with arguments of type ComponentAgent Modifier and Type Method Description List<ComponentAgent>ComponentAgent. getChildren()get children agents.List<ComponentAgent>PageAgent. getRoots()get root component agents at the page.List<ComponentAgent>QueryAgent. queryAll(String selector)to find the component agents with the selector in this query agent.Methods in org.zkoss.zats.mimic with parameters of type ComponentAgent Modifier and Type Method Description DesktopAgentClient. connectWithContent(String content, String ext, ComponentAgent parent, Map<String,Object> args)Connect to a zul content or another language from a string. -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl
Classes in org.zkoss.zats.mimic.impl that implement ComponentAgent Modifier and Type Class Description classDefaultComponentAgentThe default implement of component agent.Methods in org.zkoss.zats.mimic.impl that return ComponentAgent Modifier and Type Method Description ComponentAgentDefaultComponentAgent. getChild(int index)ComponentAgentDefaultComponentAgent. getFirstChild()ComponentAgentDefaultComponentAgent. getLastChild()ComponentAgentDefaultComponentAgent. getNextSibling()ComponentAgentDefaultComponentAgent. getParent()ComponentAgentDefaultComponentAgent. getPreviousSibling()ComponentAgentDefaultComponentAgent. query(String selector)ComponentAgentDefaultDesktopAgent. query(String selector)ComponentAgentDefaultPageAgent. query(String selector)Methods in org.zkoss.zats.mimic.impl that return types with arguments of type ComponentAgent Modifier and Type Method Description List<ComponentAgent>DefaultComponentAgent. getChildren()List<ComponentAgent>DefaultPageAgent. getRoots()List<ComponentAgent>DefaultComponentAgent. queryAll(String selector)List<ComponentAgent>DefaultDesktopAgent. queryAll(String selector)List<ComponentAgent>DefaultPageAgent. queryAll(String selector)Methods in org.zkoss.zats.mimic.impl with parameters of type ComponentAgent Modifier and Type Method Description DesktopAgentEmulatorClient. connectWithContent(String content, String ext, ComponentAgent parent, Map<String,Object> args) -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl.au
Methods in org.zkoss.zats.mimic.impl.au that return ComponentAgent Modifier and Type Method Description static ComponentAgentAuUtility. lookupEventTarget(ComponentAgent c, String evtname)lookup the event target of a component, it look up the component and its ancient.Methods in org.zkoss.zats.mimic.impl.au with parameters of type ComponentAgent Modifier and Type Method Description static ComponentAgentAuUtility. lookupEventTarget(ComponentAgent c, String evtname)lookup the event target of a component, it look up the component and its ancient. -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl.operation
Methods in org.zkoss.zats.mimic.impl.operation with parameters of type ComponentAgent Modifier and Type Method Description AuAgentAuAgentBuilder. getOperation(ComponentAgent agent)UploadAgentButtonUploadAgentBuilder. getOperation(ComponentAgent target)SortAgentColumnSortAgentBuilder. getOperation(ComponentAgent target)CheckAgentGenericCheckAgentBuilder. getOperation(ComponentAgent target)ClickAgentGenericClickAgentBuilder. getOperation(ComponentAgent target)CloseAgentGenericCloseAgentBuilder. getOperation(ComponentAgent target)DragAgentGenericDragAgentBuilder. getOperation(ComponentAgent target)FocusAgentGenericFocusAgentBuilder. getOperation(ComponentAgent target)GroupAgentGenericGroupAgentBuilder. getOperation(ComponentAgent target)HoverAgentGenericHoverAgentBuilder. getOperation(ComponentAgent target)KeyStrokeAgentGenericKeyStrokeAgentBuilder. getOperation(ComponentAgent target)MoveAgentGenericMoveAgentBuilder. getOperation(ComponentAgent agent)OpenAgentGenericOpenAgentBuilder. getOperation(ComponentAgent target)SelectAgentGenericSelectAgentBuilder. getOperation(ComponentAgent target)RenderAgentGridRenderAgentBuilder. getOperation(ComponentAgent target)RenderAgentListboxRenderAgentBuilder. getOperation(ComponentAgent target)SortAgentListheaderSortAgentBuilder. getOperation(ComponentAgent target)UploadAgentMenuitemUploadAgentBuilder. getOperation(ComponentAgent target)PagingAgentPagingAgentBuilder. getOperation(ComponentAgent target)SizeAgentPanelSizeAgentBuilder. getOperation(ComponentAgent agent)CheckAgentRadioCheckAgentBuilder. getOperation(ComponentAgent target)InputAgentSliderInputAgentBuilder. getOperation(ComponentAgent agent)OpenAgentTextboxOpenAgentBuilder. getOperation(ComponentAgent target)SortAgentTreecolSortAgentBuilder. getOperation(ComponentAgent target)SizeAgentWindowSizeAgentBuilder. getOperation(ComponentAgent agent)Constructors in org.zkoss.zats.mimic.impl.operation with parameters of type ComponentAgent Constructor Description SwitchedSortAgentImpl(ComponentAgent target) -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl.operation.input
Methods in org.zkoss.zats.mimic.impl.operation.input with parameters of type ComponentAgent Modifier and Type Method Description InputAgentColorboxInputAgentBuilder. getOperation(ComponentAgent target)InputAgentDateInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentDecimalInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentDecimalStringInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentIntegerInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentIntegerStringInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentTextInputAgentBuilder. getOperation(ComponentAgent agent)InputAgentTimeInputAgentBuilder. getOperation(ComponentAgent agent)protected abstract voidAbstractInputAgentBuilder.AbstractInputAgentImpl. putValue(ComponentAgent target, String raw, Map<String,Object> data)sub-class should put parsed value(s) into AU dataprotected voidDateInputAgentBuilder.InputAgentImpl. putValue(ComponentAgent target, String raw, Map<String,Object> data)protected voidTimeInputAgentBuilder.InputAgentImpl. putValue(ComponentAgent target, String raw, Map<String,Object> data)protected abstract StringAbstractInputAgentBuilder.AbstractInputAgentImpl. toRawString(ComponentAgent target, Object value)sub-class should convert value into raw string to set toInputAgent.type(String)protected StringDateInputAgentBuilder.InputAgentImpl. toRawString(ComponentAgent target, Object value)protected StringTimeInputAgentBuilder.InputAgentImpl. toRawString(ComponentAgent target, Object value)Constructors in org.zkoss.zats.mimic.impl.operation.input with parameters of type ComponentAgent Constructor Description AbstractInputAgentImpl(ComponentAgent target)InputAgentImpl(ComponentAgent target)InputAgentImpl(ComponentAgent target) -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl.operation.select
Methods in org.zkoss.zats.mimic.impl.operation.select with parameters of type ComponentAgent Modifier and Type Method Description SelectAgentComboitemSelectAgentBuilder. getOperation(ComponentAgent target)SelectAgentLisitemSelectAgentBuilder. getOperation(ComponentAgent target)MultipleSelectAgentListitemMultipleSelectAgentBuilder. getOperation(ComponentAgent target)SelectByIndexAgentSelectboxSelectByIndexAgentBuilder. getOperation(ComponentAgent target)SelectAgentTabSelectAgentBuilder. getOperation(ComponentAgent target)MultipleSelectAgentTreeitemMultipleSelectAgentBuilder. getOperation(ComponentAgent target)SelectAgentTreeSelectAgentBuilder. getOperation(ComponentAgent target)Constructors in org.zkoss.zats.mimic.impl.operation.select with parameters of type ComponentAgent Constructor Description AbstractMultipleSelectAgentImpl(ComponentAgent target)AbstractSelectAgentImpl(ComponentAgent target) -
Uses of ComponentAgent in org.zkoss.zats.mimic.operation
Methods in org.zkoss.zats.mimic.operation with parameters of type ComponentAgent Modifier and Type Method Description voidDragAgent. dropOn(ComponentAgent target)drag and drop a component
-