Uses of Interface
com.helger.commons.text.IHasTextWithArgs
-
Packages that use IHasTextWithArgs Package Description com.helger.commons.text com.helger.commons.text.display com.helger.commons.text.resolve com.helger.commons.text.resourcebundle -
-
Uses of IHasTextWithArgs in com.helger.commons.text
Subinterfaces of IHasTextWithArgs in com.helger.commons.text Modifier and Type Interface Description interfaceIMultilingualTextRead-only interface for a multilingual textinterfaceIMutableMultilingualTextInterface for a writable version of a multilingual textClasses in com.helger.commons.text that implement IHasTextWithArgs Modifier and Type Class Description classAbstractMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class.classAbstractReadOnlyMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class.classConstantHasTextWithArgsAn implementation of theIHasTextWithArgsinterface that always returns a constant string.classMultilingualTextThis class represents a multilingual text.classReadOnlyMultilingualTextThis class represents a multilingual text that cannot be altered after the constructor. -
Uses of IHasTextWithArgs in com.helger.commons.text.display
Methods in com.helger.commons.text.display that return IHasTextWithArgs Modifier and Type Method Description default IHasTextWithArgsIHasDisplayTextWithArgs. getAsHasTextWithArgs() -
Uses of IHasTextWithArgs in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve with parameters of type IHasTextWithArgs Modifier and Type Method Description default StringIEnumTextResolver. getTextWithArgs(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale)Deprecated.Don't call this; UseIEnumTextResolver.getText(Enum, IHasText, Locale)instead when no argument is neededdefault StringIEnumTextResolver. getTextWithArgs(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale, Object... aArgs)Get the text of an enumeration item with placeholder texts being replaced.static StringDefaultTextResolver. getTextWithArgsStatic(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale)Deprecated.Don't call this; Use the version without "WithArgs" because there are no argsstatic StringDefaultTextResolver. getTextWithArgsStatic(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale, Object... aArgs)Get text -
Uses of IHasTextWithArgs in com.helger.commons.text.resourcebundle
Classes in com.helger.commons.text.resourcebundle that implement IHasTextWithArgs Modifier and Type Class Description classResourceBundleTextProviderThis class encapsulates the resource bundle handling.
-