public interface LocalizedTextHolder
| Modifier and Type | Method and Description |
|---|---|
void |
addText(LocalizedText text) |
List<LocalizedText> |
getTexts() |
LocalizedText |
getTextWithLocale(Locale locale) |
boolean |
hasTextWithLocale(Locale locale) |
void |
removeText(LocalizedText text) |
void |
setTexts(List<LocalizedText> texts) |
List<LocalizedText> getTexts()
void setTexts(List<LocalizedText> texts)
void addText(LocalizedText text)
void removeText(LocalizedText text)
boolean hasTextWithLocale(Locale locale)
LocalizedText getTextWithLocale(Locale locale)
Copyright © 2014. All Rights Reserved.