R
- type generated by handlerpublic interface FormHandler<R>
Modifier and Type | Method and Description |
---|---|
void |
buildConfigForm(Form f)
build a configuration form
|
boolean |
hasConfig()
are there any config parameters needed/valid.
|
R |
parseConfiguration(Form f)
read the configuration from the form.
|
void buildConfigForm(Form f)
f
- R parseConfiguration(Form f)
hasConfig()
returns false.f
- boolean hasConfig()