Package nl.gx.forms.wmpformapi.api.form
Interface FormFragmentRepeatFormSection
-
- All Superinterfaces:
BasicFormFragment
,BasicFormFragmentContainer
,BasicFormLogicContainer
,FormFragment
,FormFragmentFormSection
,Presentable
,Wrapper
public interface FormFragmentRepeatFormSection extends FormFragmentFormSection
Interface for a form fragment that repeats a FormSection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
The index of the FormFragmentRepeatFormSection within the RepeatFormFragment.String
getName()
Returns the name for this form field.-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormFragment
getFormFragmentContainer, getIdentifier, getNestedPath, getParent, getPreconditionExpression
-
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.form.FormFragment
createSimplePreConditionExpression, deleteSimplePreConditionExpression, getComponent, getCssClassName, getDataFragmentTag, getDisplayLabel, getLanguageContainers, getOrCreateLanguageContainer, getPrecondition, getPreconditionMode, getSimplePreConditionExpression, getWmId, hasVersionInLocale, setCssClassName, setDataFragmentTag, setDisplayLabel, setIdentifier, setLanguageContainers, setName, setPrecondition, setPreconditionMode, setSimplePreConditionExpression
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.form.FormFragmentFormSection
getFormSection, setFormSection
-
Methods inherited from interface nl.gx.webmanager.cms.core.Presentable
getPresentation, getPresentationVariant, render, render, setPresentation, setPresentationVariant
-
-
-
-
Method Detail
-
getIndex
int getIndex()
The index of the FormFragmentRepeatFormSection within the RepeatFormFragment.- Returns:
- index property of the FormFragmentRepeatFormSection within the RepeatFormFragment
-
getName
String getName()
Returns the name for this form field.- Specified by:
getName
in interfaceBasicFormFragment
- Returns:
- the name for this form field
-
-