Class MobileCardsUtils
java.lang.Object
overit.geocallapp.wfm.core.ux.mobilecards.utils.MobileCardsUtils
The Class that defines the UI mobile card utils.
- Since:
- 13.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalizedStringgetLocalizedItems(Map<String, Object> value, String field) Create LocalizedString object from map with multi-language fields.
-
Method Details
-
getLocalizedItems
Create LocalizedString object from map with multi-language fields.- Parameters:
value- the map of valuesfield- the multi-language base field- Returns:
- the LocalizedString with translations in the languages specified in the configuration
-