public interface SectionFormHandler extends FormHandler<FormValidator>
FormValidator
s to section forms.Modifier and Type | Method and Description |
---|---|
void |
setSection(SectionManager.Section s,
ResponseManager.Response response)
Inform the handler of the section and response it is being applied to.
|
buildConfigForm, hasConfig, parseConfiguration
void setSection(SectionManager.Section s, ResponseManager.Response response)
ResponseManager.Response
is supplied to allow access to the global response state
this allows cross section validation rules to be constructed.s
- response
-