Class AbstractSelectAgentBuilder
java.lang.Object
org.zkoss.zats.mimic.impl.operation.select.AbstractSelectAgentBuilder
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,SelectAgent>
- Direct Known Subclasses:
ComboitemSelectAgentBuilder,LisitemSelectAgentBuilder,TabSelectAgentBuilder,TreeSelectAgentBuilder
public abstract class AbstractSelectAgentBuilder
extends Object
implements OperationAgentBuilder<ComponentAgent,SelectAgent>
The builder for selection agent.
- Author:
- pao
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvide class information for registration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zats.mimic.impl.OperationAgentBuilder
getOperation
-
Constructor Details
-
AbstractSelectAgentBuilder
public AbstractSelectAgentBuilder()
-
-
Method Details
-
getOperationClass
Description copied from interface:OperationAgentBuilderProvide class information for registration.- Specified by:
getOperationClassin interfaceOperationAgentBuilder<ComponentAgent,SelectAgent> - Returns:
- a sub-class of
OperationAgent
-