DATATYPE - The data type to retrieve the display text frompublic interface IDisplayTextProvider<DATATYPE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(DATATYPE aObject,
Locale aContentLocale)
Get the display text of the passed object in the given locale.
|
@Nullable String getDisplayText(@Nullable DATATYPE aObject, @Nonnull Locale aContentLocale)
aObject - The object to be used. May be null.aContentLocale - The display locale to be used. May not be null.null.Copyright © 2006–2014 phloc systems. All rights reserved.