@FunctionalInterface public interface IHasText
IHasTextWithArgs for a derived interface with argument
handling.| Modifier and Type | Method and Description |
|---|---|
String |
getText(Locale aContentLocale)
Get the text specific for the passed locale.
|
@Nullable String getText(@Nonnull Locale aContentLocale)
aContentLocale - The locale to use. May not be null.null if no text for the given locale was found.Copyright © 2014–2016 Philip Helger. All rights reserved.