Uses of Class
be.yildizgames.common.client.translation.TranslatedValue
-
Packages that use TranslatedValue Package Description be.yildizgames.common.client.translation Contains the classes to translate text. -
-
Uses of TranslatedValue in be.yildizgames.common.client.translation
Methods in be.yildizgames.common.client.translation that return TranslatedValue Modifier and Type Method Description TranslatedValueSimpleTranslatedValueProvider. getTranslatedValue()TranslatedValueTranslatedValueProvider. getTranslatedValue()Provide the translated value.Methods in be.yildizgames.common.client.translation with parameters of type TranslatedValue Modifier and Type Method Description voidLanguageProvider. add(TranslatedValue value)Add a translation text.Constructors in be.yildizgames.common.client.translation with parameters of type TranslatedValue Constructor Description SimpleTranslatedValueProvider(TranslatedValue translatedValue)
-