Class TimeInputAgentBuilder.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.TimeInputAgentBuilder.InputAgentImpl
-
- All Implemented Interfaces:
Agent,InputAgent,OperationAgent
- Enclosing class:
- TimeInputAgentBuilder
protected static class TimeInputAgentBuilder.InputAgentImpl extends AbstractInputAgentBuilder.AbstractInputAgentImpl
-
-
Field Summary
-
Fields inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
target
-
-
Constructor Summary
Constructors Constructor Description InputAgentImpl(ComponentAgent target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidputValue(ComponentAgent target, String raw, Map<String,Object> data)sub-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, typing
-
Methods inherited from class org.zkoss.zats.mimic.impl.operation.AgentDelegator
getClient, getDelegatee
-
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.Agent
getClient, getDelegatee
-
-
-
-
Constructor Detail
-
InputAgentImpl
public InputAgentImpl(ComponentAgent target)
-
-
Method Detail
-
putValue
protected void putValue(ComponentAgent target, String raw, Map<String,Object> data)
Description copied from class:AbstractInputAgentBuilder.AbstractInputAgentImplsub-class should put parsed value(s) into AU data- Specified by:
putValuein classAbstractInputAgentBuilder.AbstractInputAgentImpl
-
toRawString
protected String toRawString(ComponentAgent target, Object value)
Description copied from class:AbstractInputAgentBuilder.AbstractInputAgentImplsub-class should convert value into raw string to set toInputAgent.type(String)- Specified by:
toRawStringin classAbstractInputAgentBuilder.AbstractInputAgentImpl
-
-