Uses of Interface
nl.gx.forms.wmpformapi.api.language.LanguageLabel
-
Packages that use LanguageLabel 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 LanguageLabel in nl.gx.forms.wmpformapi.api
Methods in nl.gx.forms.wmpformapi.api that return LanguageLabel Modifier and Type Method Description LanguageLabel
BasicParameter. getLanguageLabel()
Returns the language label for this Parameter. -
Uses of LanguageLabel in nl.gx.forms.wmpformapi.api.base
Methods in nl.gx.forms.wmpformapi.api.base that return LanguageLabel Modifier and Type Method Description LanguageLabel
SimpleParameter. getLanguageLabel()
Returns the language label for this Parameter. -
Uses of LanguageLabel in nl.gx.forms.wmpformapi.api.language
Methods in nl.gx.forms.wmpformapi.api.language that return LanguageLabel Modifier and Type Method Description LanguageLabel
LanguageLabelContainer. addOrUpdateLanguageLabel(String key, String value)
Creates a new language label or updates an existing one with the specified key an value.LanguageLabel
LanguageLabelContainer. getLanguageLabel(String key)
Returns the language label matching the given key.Methods in nl.gx.forms.wmpformapi.api.language that return types with arguments of type LanguageLabel Modifier and Type Method Description List<LanguageLabel>
LanguageLabelContainer. getLanguageLabels()
The list of all language labels in this containerMethod parameters in nl.gx.forms.wmpformapi.api.language with type arguments of type LanguageLabel Modifier and Type Method Description void
LanguageLabelContainer. setLanguageLabels(List<LanguageLabel> languageLabels)
Sets the list of LanguageLabels in this container. -
Uses of LanguageLabel in nl.gx.forms.wmpformapi.api.logic
Methods in nl.gx.forms.wmpformapi.api.logic with parameters of type LanguageLabel Modifier and Type Method Description void
Parameter. setLanguageLabel(LanguageLabel languageLabel)
Sets the language label for this Parameter.
-