Uses of Interface
nl.gx.forms.wmpformapi.api.BasicFormLogicContainer
-
Packages that use BasicFormLogicContainer Package Description nl.gx.forms.wmpformapi.api nl.gx.forms.wmpformapi.api.form -
-
Uses of BasicFormLogicContainer in nl.gx.forms.wmpformapi.api
Subinterfaces of BasicFormLogicContainer in nl.gx.forms.wmpformapi.api Modifier and Type Interface Description interface
BasicFormSectionVersion
Basic interface for versions of FormSections.interface
BasicFormStep
Basic interface for the FormStep. -
Uses of BasicFormLogicContainer in nl.gx.forms.wmpformapi.api.form
Subinterfaces of BasicFormLogicContainer in nl.gx.forms.wmpformapi.api.form Modifier and Type Interface Description interface
FormFragmentFormSection
This interface is implemented by all form fragments providing a form section.interface
FormFragmentRepeat
Interface for a form fragment that is to be repeated a configurable number of times.interface
FormFragmentRepeatFormSection
Interface for a form fragment that repeats a FormSection.interface
FormLogicContainer
Special case of the FormFragmentContainer that also contains FormLogic.interface
FormSectionVersion
Represents a form section version.interface
FormStep
Represents a form step.
-