Class AbstractInputAgentBuilder

java.lang.Object
org.zkoss.zats.mimic.impl.operation.input.AbstractInputAgentBuilder
All Implemented Interfaces:
OperationAgentBuilder<ComponentAgent,InputAgent>
Direct Known Subclasses:
DateInputAgentBuilder, DecimalInputAgentBuilder, DecimalStringInputAgentBuilder, IntegerInputAgentBuilder, IntegerStringInputAgentBuilder, TextInputAgentBuilder, TimeInputAgentBuilder

public abstract class AbstractInputAgentBuilder extends Object implements OperationAgentBuilder<ComponentAgent,InputAgent>
The abstract builder of input operation. Because different ZK components accept different format of text input.
Author:
dennis