public class MultiIntegerHandler extends java.lang.Object implements QuestionFormHandler<MultiInput>
| Modifier and Type | Class and Description |
|---|---|
class |
MultiIntegerHandler.MultiIntegerInput |
| Constructor and Description |
|---|
MultiIntegerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildConfigForm(Form f)
build a configuration form
|
java.lang.Class<? extends ResponseDataManager> |
getDataClass()
what is the handler class for data generated by this question.
|
java.lang.Class<MultiInput> |
getTarget()
Get the type of the returned object as far as it is known.
|
boolean |
hasConfig()
are there any config parameters needed/valid.
|
MultiInput |
parseConfiguration(Form f)
read the configuration from the form.
|
public java.lang.Class<MultiInput> getTarget()
TargettedgetTarget in interface Targetted<MultiInput>public void buildConfigForm(Form f)
FormHandlerbuildConfigForm in interface FormHandler<Input<MultiInput>>public MultiInput parseConfiguration(Form f)
FormHandlerFormHandler.hasConfig() returns false.parseConfiguration in interface FormHandler<Input<MultiInput>>public java.lang.Class<? extends ResponseDataManager> getDataClass()
QuestionFormHandlergetDataClass in interface QuestionFormHandler<MultiInput>public boolean hasConfig()
FormHandlerhasConfig in interface FormHandler<Input<MultiInput>>