Class AbstractSelectAgentBuilder.AbstractSelectAgentImpl
java.lang.Object
org.zkoss.zats.mimic.impl.operation.AgentDelegator<ComponentAgent>
org.zkoss.zats.mimic.impl.operation.select.AbstractSelectAgentBuilder.AbstractSelectAgentImpl
- All Implemented Interfaces:
Agent,OperationAgent,SelectAgent
- Enclosing class:
- AbstractSelectAgentBuilder
public abstract static class AbstractSelectAgentBuilder.AbstractSelectAgentImpl
extends AgentDelegator<ComponentAgent>
implements SelectAgent
-
Field Summary
Fields inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
target -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
getClient, getDelegateeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Constructor Details
-
AbstractSelectAgentImpl
-
-
Method Details
-
getEventTarget
protected abstract org.zkoss.zk.ui.Component getEventTarget() -
contributeExtraInfo
-
select
public void select()Description copied from interface:SelectAgentto select a item.- Specified by:
selectin interfaceSelectAgent
-
deselect
public void deselect()
-