Package nl.gx.forms.wmpformapi.api.form
Interface FormStep
-
- All Superinterfaces:
BasicFormFragmentContainer
,BasicFormLogicContainer
,BasicFormStep
,FormFragmentContainer
,FormLogicContainer
,Presentable
,Wrapper
public interface FormStep extends FormLogicContainer, BasicFormStep
Represents a form step. Each FormVersion consists of one or more steps.
-
-
Method Summary
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormFragmentContainer
getAllChildFormFragments, getAllChildFormFragments, getAllFormFragments, getFormFragments, getIdentifier, getNestedPath
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormLogicContainer
getAllFormLogicComponents, getAllPreHandleFormLogicComponents, getFormLogic, getPreHandleFormLogic
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormStep
getFormVersion, getNextStep, getPreviousStep
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.form.FormFragmentContainer
createFormFragment, deleteFormFragment, getFragmentById, getFragmentByIdentifier, getLanguageContainers, getOrCreateLanguageContainer, getScope, getTitle, getUniqueFormFragmentId, getWmId, setFormFragments, setIdentifier, setLanguageContainers, setTitle
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.form.FormLogicContainer
createConditional, createFormValidator, createHandler, createPreHandleComponent, createRouter, deleteFormLogicComponent, setFormLogic, setPreHandleFormLogic
-
Methods inherited from interface nl.gx.webmanager.cms.core.Presentable
getPresentation, getPresentationVariant, render, render, setPresentation, setPresentationVariant
-
-