Class DateInputAgentBuilder.InputAgentImpl
java.lang.Object
org.zkoss.zats.mimic.impl.operation.AgentDelegator<ComponentAgent>
org.zkoss.zats.mimic.impl.operation.input.AbstractInputAgentBuilder.AbstractInputAgentImpl
org.zkoss.zats.mimic.impl.operation.input.DateInputAgentBuilder.InputAgentImpl
- All Implemented Interfaces:
Agent,InputAgent,OperationAgent
- Enclosing class:
- DateInputAgentBuilder
protected static class DateInputAgentBuilder.InputAgentImpl
extends AbstractInputAgentBuilder.AbstractInputAgentImpl
-
Field Summary
Fields inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsub-class should put parsed value(s) into AU dataprotected StringtoRawString(ComponentAgent target, Object value) sub-class should convert value into raw string to set toInputAgent.type(String)Methods inherited from class org.zkoss.zats.mimic.impl.operation.input.AbstractInputAgentBuilder.AbstractInputAgentImpl
input, select, type, typingMethods inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
getClient, getDelegateeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Constructor Details
-
InputAgentImpl
-
-
Method Details
-
putValue
Description copied from class:AbstractInputAgentBuilder.AbstractInputAgentImplsub-class should put parsed value(s) into AU data- Specified by:
putValuein classAbstractInputAgentBuilder.AbstractInputAgentImpl
-
toRawString
Description copied from class:AbstractInputAgentBuilder.AbstractInputAgentImplsub-class should convert value into raw string to set toInputAgent.type(String)- Specified by:
toRawStringin classAbstractInputAgentBuilder.AbstractInputAgentImpl
-