Class ListitemMultipleSelectAgentBuilder
- java.lang.Object
-
- org.zkoss.zats.mimic.impl.operation.select.AbstractMultipleSelectAgentBuilder
-
- org.zkoss.zats.mimic.impl.operation.select.ListitemMultipleSelectAgentBuilder
-
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,MultipleSelectAgent>
public class ListitemMultipleSelectAgentBuilder extends AbstractMultipleSelectAgentBuilder
- Author:
- dennis, pao
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zats.mimic.impl.operation.select.AbstractMultipleSelectAgentBuilder
AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl
-
-
Constructor Summary
Constructors Constructor Description ListitemMultipleSelectAgentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultipleSelectAgentgetOperation(ComponentAgent target)This method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class.-
Methods inherited from class org.zkoss.zats.mimic.impl.operation.select.AbstractMultipleSelectAgentBuilder
getOperationClass
-
-
-
-
Method Detail
-
getOperation
public MultipleSelectAgent getOperation(ComponentAgent target)
Description copied from interface:OperationAgentBuilderThis method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class. Similar to factory pattern.- Returns:
- the operation agent
-
-