Uses of Interface
nl.gx.forms.wmpformapi.api.BasicForm
-
Packages that use BasicForm Package Description nl.gx.forms.wmpformapi.api.form -
-
Uses of BasicForm in nl.gx.forms.wmpformapi.api.form
Subinterfaces of BasicForm in nl.gx.forms.wmpformapi.api.form Modifier and Type Interface Description interface
Form
Form represents a form which can have multiple FormVersions of which typically one is currently active.Methods in nl.gx.forms.wmpformapi.api.form that return BasicForm Modifier and Type Method Description BasicForm
FormVersion. getForm()
Returns the form to which this FormVersion belongs.
-