Uses of Interface
org.zkoss.zats.mimic.ComponentAgent
Packages that use ComponentAgent
Package
Description
It contains Mimic's fundamental classes.
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 ComponentAgentModifier and TypeMethodDescriptionComponentAgent.getChild(int index) get child by specify index.ComponentAgent.getFirstChild()Returns the first child, if any.ComponentAgent.getLastChild()Returns the last child, if any.ComponentAgent.getNextSibling()Returns the next sibling, if any.ComponentAgent.getParent()get parent agent.ComponentAgent.getPreviousSibling()Returns the previous sibling, if any.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 ComponentAgentModifier and TypeMethodDescriptionComponentAgent.getChildren()get children agents.PageAgent.getRoots()get root component agents at the page.to find the component agents with the selector in this query agent.Methods in org.zkoss.zats.mimic with parameters of type ComponentAgentModifier and TypeMethodDescriptionClient.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 ComponentAgentModifier and TypeClassDescriptionclassThe default implement of component agent.Methods in org.zkoss.zats.mimic.impl that return ComponentAgentModifier and TypeMethodDescriptionDefaultComponentAgent.getChild(int index) DefaultComponentAgent.getFirstChild()DefaultComponentAgent.getLastChild()DefaultComponentAgent.getNextSibling()DefaultComponentAgent.getParent()DefaultComponentAgent.getPreviousSibling()Methods in org.zkoss.zats.mimic.impl that return types with arguments of type ComponentAgentModifier and TypeMethodDescriptionDefaultComponentAgent.getChildren()DefaultPageAgent.getRoots()Methods in org.zkoss.zats.mimic.impl with parameters of type ComponentAgentModifier and TypeMethodDescriptionEmulatorClient.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 ComponentAgentModifier and TypeMethodDescriptionstatic 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 ComponentAgentModifier and TypeMethodDescriptionstatic 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 ComponentAgentModifier and TypeMethodDescriptionAuAgentBuilder.getOperation(ComponentAgent agent) ButtonUploadAgentBuilder.getOperation(ComponentAgent target) ColumnSortAgentBuilder.getOperation(ComponentAgent target) GenericCheckAgentBuilder.getOperation(ComponentAgent target) GenericClickAgentBuilder.getOperation(ComponentAgent target) GenericCloseAgentBuilder.getOperation(ComponentAgent target) GenericDragAgentBuilder.getOperation(ComponentAgent target) GenericFocusAgentBuilder.getOperation(ComponentAgent target) GenericGroupAgentBuilder.getOperation(ComponentAgent target) GenericHoverAgentBuilder.getOperation(ComponentAgent target) GenericKeyStrokeAgentBuilder.getOperation(ComponentAgent target) GenericMoveAgentBuilder.getOperation(ComponentAgent agent) GenericOpenAgentBuilder.getOperation(ComponentAgent target) GenericSelectAgentBuilder.getOperation(ComponentAgent target) GridRenderAgentBuilder.getOperation(ComponentAgent target) ListboxRenderAgentBuilder.getOperation(ComponentAgent target) ListheaderSortAgentBuilder.getOperation(ComponentAgent target) MenuitemUploadAgentBuilder.getOperation(ComponentAgent target) PagingAgentBuilder.getOperation(ComponentAgent target) PanelSizeAgentBuilder.getOperation(ComponentAgent agent) RadioCheckAgentBuilder.getOperation(ComponentAgent target) SliderInputAgentBuilder.getOperation(ComponentAgent agent) TextboxOpenAgentBuilder.getOperation(ComponentAgent target) TreecolSortAgentBuilder.getOperation(ComponentAgent target) WindowSizeAgentBuilder.getOperation(ComponentAgent agent) Constructors in org.zkoss.zats.mimic.impl.operation with parameters of type ComponentAgent -
Uses of ComponentAgent in org.zkoss.zats.mimic.impl.operation.input
Methods in org.zkoss.zats.mimic.impl.operation.input with parameters of type ComponentAgentModifier and TypeMethodDescriptionColorboxInputAgentBuilder.getOperation(ComponentAgent target) DateInputAgentBuilder.getOperation(ComponentAgent agent) DecimalInputAgentBuilder.getOperation(ComponentAgent agent) DecimalStringInputAgentBuilder.getOperation(ComponentAgent agent) IntegerInputAgentBuilder.getOperation(ComponentAgent agent) IntegerStringInputAgentBuilder.getOperation(ComponentAgent agent) TextInputAgentBuilder.getOperation(ComponentAgent agent) TimeInputAgentBuilder.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 ComponentAgentModifierConstructorDescriptionAbstractInputAgentImpl(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 ComponentAgentModifier and TypeMethodDescriptionComboitemSelectAgentBuilder.getOperation(ComponentAgent target) LisitemSelectAgentBuilder.getOperation(ComponentAgent target) ListitemMultipleSelectAgentBuilder.getOperation(ComponentAgent target) SelectboxSelectByIndexAgentBuilder.getOperation(ComponentAgent target) TabSelectAgentBuilder.getOperation(ComponentAgent target) TreeitemMultipleSelectAgentBuilder.getOperation(ComponentAgent target) TreeSelectAgentBuilder.getOperation(ComponentAgent target) Constructors in org.zkoss.zats.mimic.impl.operation.select with parameters of type ComponentAgentModifierConstructorDescription -
Uses of ComponentAgent in org.zkoss.zats.mimic.operation
Methods in org.zkoss.zats.mimic.operation with parameters of type ComponentAgentModifier and TypeMethodDescriptionvoidDragAgent.dropOn(ComponentAgent target) drag and drop a component