Uses of Interface
org.zkoss.zats.mimic.operation.SelectAgent
-
Packages that use SelectAgent Package Description org.zkoss.zats.mimic.impl.operation org.zkoss.zats.mimic.impl.operation.select -
-
Uses of SelectAgent in org.zkoss.zats.mimic.impl.operation
Methods in org.zkoss.zats.mimic.impl.operation that return SelectAgent Modifier and Type Method Description SelectAgentGenericSelectAgentBuilder. getOperation(ComponentAgent target)Methods in org.zkoss.zats.mimic.impl.operation that return types with arguments of type SelectAgent Modifier and Type Method Description Class<SelectAgent>GenericSelectAgentBuilder. getOperationClass() -
Uses of SelectAgent in org.zkoss.zats.mimic.impl.operation.select
Classes in org.zkoss.zats.mimic.impl.operation.select that implement SelectAgent Modifier and Type Class Description static classAbstractSelectAgentBuilder.AbstractSelectAgentImplMethods in org.zkoss.zats.mimic.impl.operation.select that return SelectAgent Modifier and Type Method Description SelectAgentComboitemSelectAgentBuilder. getOperation(ComponentAgent target)SelectAgentLisitemSelectAgentBuilder. getOperation(ComponentAgent target)SelectAgentTabSelectAgentBuilder. getOperation(ComponentAgent target)SelectAgentTreeSelectAgentBuilder. getOperation(ComponentAgent target)Methods in org.zkoss.zats.mimic.impl.operation.select that return types with arguments of type SelectAgent Modifier and Type Method Description Class<SelectAgent>AbstractSelectAgentBuilder. getOperationClass()Class<SelectAgent>ComboitemSelectAgentBuilder. getOperationClass()Class<SelectAgent>LisitemSelectAgentBuilder. getOperationClass()Class<SelectAgent>TabSelectAgentBuilder. getOperationClass()Class<SelectAgent>TreeSelectAgentBuilder. getOperationClass()
-