Package nl.gx.forms.wmpformapi.api
Interface BasicFormInputFragmentList
-
- All Superinterfaces:
BasicFormFragment
,BasicFormInputFragment
public interface BasicFormInputFragmentList extends BasicFormInputFragment
Interface for Form Fragments that have predefined values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BasicFormInputFragmentListItem>
getListItems()
Returns the list items defined for this form fragment of type list.-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormFragment
getFormFragmentContainer, getIdentifier, getName, getNestedPath, getParent, getPreconditionExpression
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormInputFragment
getCustomValidators, getDefaultValidators, getExtraText, getHelpText, getPrefilling, getPrefillingExpression, getPrefillingMode
-
-
-
-
Method Detail
-
getListItems
List<BasicFormInputFragmentListItem> getListItems()
Returns the list items defined for this form fragment of type list.- Returns:
- the list items defined for this form fragment
- See Also:
BasicFormInputFragmentListItem
-
-