Uses of Interface
nl.gx.forms.wmpformapi.api.BasicLanguageLabelMapping
-
Packages that use BasicLanguageLabelMapping Package Description nl.gx.forms.wmpformapi.api nl.gx.forms.wmpformapi.api.base nl.gx.forms.wmpformapi.api.language nl.gx.forms.wmpformapi.api.logic -
-
Uses of BasicLanguageLabelMapping in nl.gx.forms.wmpformapi.api
Methods in nl.gx.forms.wmpformapi.api that return types with arguments of type BasicLanguageLabelMapping Modifier and Type Method Description List<BasicLanguageLabelMapping>
BasicFormLogicComponent. getCustomLanguageLabelMapping()
Returns the list of language labels that have been overridden. -
Uses of BasicLanguageLabelMapping in nl.gx.forms.wmpformapi.api.base
Methods in nl.gx.forms.wmpformapi.api.base that return types with arguments of type BasicLanguageLabelMapping Modifier and Type Method Description List<BasicLanguageLabelMapping>
SimpleFragmentValidator. getCustomLanguageLabelMapping()
Returns the list of language labels that have been overridden. -
Uses of BasicLanguageLabelMapping in nl.gx.forms.wmpformapi.api.language
Subinterfaces of BasicLanguageLabelMapping in nl.gx.forms.wmpformapi.api.language Modifier and Type Interface Description interface
LanguageLabelMapping
Represents a mapping from a (error) code to a language label key. -
Uses of BasicLanguageLabelMapping in nl.gx.forms.wmpformapi.api.logic
Method parameters in nl.gx.forms.wmpformapi.api.logic with type arguments of type BasicLanguageLabelMapping Modifier and Type Method Description void
FormLogicComponent. setCustomLanguageLabelMapping(List<BasicLanguageLabelMapping> languageLabelMapping)
Sets the list of custom language labels
-