Class NavitemSelectAgentBuilder
java.lang.Object
org.zkoss.zats.mimic.impl.operation.select.AbstractSelectAgentBuilder
org.zkoss.zats.mimic.impl.operation.select.NavitemSelectAgentBuilder
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,SelectAgent>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.zkoss.zats.mimic.impl.operation.select.AbstractSelectAgentBuilder
AbstractSelectAgentBuilder.AbstractSelectAgentImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperation(ComponentAgent agent) This method create and return a specific implementation ofOperationAgentobject for specified OperationAgent class.Methods inherited from class org.zkoss.zats.mimic.impl.operation.select.AbstractSelectAgentBuilder
getOperationClass
-
Constructor Details
-
NavitemSelectAgentBuilder
public NavitemSelectAgentBuilder()
-
-
Method Details
-
getOperation
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
-