Uses of Interface
com.helger.commons.text.IMultilingualText
Packages that use IMultilingualText
-
Uses of IMultilingualText in com.helger.commons.error
Methods in com.helger.commons.error with parameters of type IMultilingualTextModifier and TypeMethodDescriptionfinal IMPLTYPESingleError.AbstractBuilder.errorText(IMultilingualText aMLT) -
Uses of IMultilingualText in com.helger.commons.text
Subinterfaces of IMultilingualText in com.helger.commons.textModifier and TypeInterfaceDescriptioninterfaceInterface for a writable version of a multilingual textClasses in com.helger.commons.text that implement IMultilingualTextModifier and TypeClassDescriptionclassAMapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class.classAMapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class.classThis class represents a multilingual text.classThis class represents a multilingual text that cannot be altered after the constructor.Methods in com.helger.commons.text that return IMultilingualTextModifier and TypeMethodDescriptionIHasMultilingualText.getMultilingualText()Get the complete multilingual text.Methods in com.helger.commons.text with parameters of type IMultilingualTextModifier and TypeMethodDescriptionfinal EChangeAbstractMapBasedMultilingualText.assignFrom(IMultilingualText aMLT) IMutableMultilingualText.assignFrom(IMultilingualText aMLT) Assign all fields from the passed object.Constructors in com.helger.commons.text with parameters of type IMultilingualTextModifierConstructorDescription -
Uses of IMultilingualText in com.helger.commons.text.util
Methods in com.helger.commons.text.util with parameters of type IMultilingualTextModifier and TypeMethodDescriptionstatic MultilingualTextTextHelper.getCopyWithLocales(IMultilingualText aMLT, Collection<Locale> aContentLocales) Get a copy of this object with the specified locales.