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 Constructor Description AbstractSelectAgentImpl(ComponentAgent target)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidcontributeExtraInfo(Map<String,Object> data)voiddeselect()protected abstract org.zkoss.zk.ui.ComponentgetEventTarget()voidselect()to select a item.-
Methods inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
getClient, getDelegatee
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-
-
-
Constructor Detail
-
AbstractSelectAgentImpl
public AbstractSelectAgentImpl(ComponentAgent target)
-
-
Method Detail
-
getEventTarget
protected abstract org.zkoss.zk.ui.Component getEventTarget()
-
select
public void select()
Description copied from interface:SelectAgentto select a item.- Specified by:
selectin interfaceSelectAgent
-
deselect
public void deselect()
-
-