Uses of Interface
com.helger.commons.text.IHasTextWithArgs
Packages that use IHasTextWithArgs
Package
Description
-
Uses of IHasTextWithArgs in com.helger.commons.text
Subinterfaces of IHasTextWithArgs in com.helger.commons.textModifier and TypeInterfaceDescriptioninterfaceRead-only interface for a multilingual textinterfaceInterface for a writable version of a multilingual textClasses in com.helger.commons.text that implement IHasTextWithArgsModifier 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.classAn implementation of theIHasTextWithArgsinterface that always returns a constant string.classThis class represents a multilingual text.classThis 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 IHasTextWithArgsModifier and TypeMethodDescriptiondefault IHasTextWithArgsIHasDisplayTextWithArgs.getAsHasTextWithArgs() -
Uses of IHasTextWithArgs in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve with parameters of type IHasTextWithArgsModifier and TypeMethodDescriptiondefault StringIEnumTextResolver.getTextWithArgs(Enum<?> aEnum, IHasTextWithArgs aTP, Locale aContentLocale) Deprecated.default 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 IHasTextWithArgsModifier and TypeClassDescriptionclassThis class encapsulates the resource bundle handling.
IEnumTextResolver.getText(Enum, IHasText, Locale)instead when no argument is needed