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 Classes Modifier and Type Class Description static classAbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl
-
Constructor Summary
Constructors Constructor Description AbstractMultipleSelectAgentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<MultipleSelectAgent>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<MultipleSelectAgent> getOperationClass()
Description copied from interface:OperationAgentBuilderProvide class information for registration.- Specified by:
getOperationClassin interfaceOperationAgentBuilder<ComponentAgent,MultipleSelectAgent>- Returns:
- a sub-class of
OperationAgent
-
-