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 Modifier and Type Class Description static classAbstractSelectAgentBuilder.AbstractSelectAgentImpl
-
Constructor Summary
Constructors Constructor Description AbstractSelectAgentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<SelectAgent>getOperationClass()Provide class information for registration.-
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.impl.OperationAgentBuilder
getOperation
-
-
-
-
Method Detail
-
getOperationClass
public Class<SelectAgent> getOperationClass()
Description copied from interface:OperationAgentBuilderProvide class information for registration.- Specified by:
getOperationClassin interfaceOperationAgentBuilder<ComponentAgent,SelectAgent>- Returns:
- a sub-class of
OperationAgent
-
-