Class AbstractMultipleSelectAgentBuilder
java.lang.Object
org.zkoss.zats.mimic.impl.operation.select.AbstractMultipleSelectAgentBuilder
- All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,MultipleSelectAgent>
- Direct Known Subclasses:
ListitemMultipleSelectAgentBuilder,TreeitemMultipleSelectAgentBuilder
public abstract class AbstractMultipleSelectAgentBuilder
extends Object
implements OperationAgentBuilder<ComponentAgent,MultipleSelectAgent>
An abstract builder, because different components have different ways to get its status.
- Author:
- pao
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
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
-
AbstractMultipleSelectAgentBuilder
public AbstractMultipleSelectAgentBuilder()
-
-
Method Details
-
getOperationClass
Description copied from interface:OperationAgentBuilderProvide class information for registration.- Specified by:
getOperationClassin interfaceOperationAgentBuilder<ComponentAgent,MultipleSelectAgent> - Returns:
- a sub-class of
OperationAgent
-