public class LocalizableCellRenderer<T extends org.softsmithy.lib.text.Localizable> extends AbstractCellRenderer<T>
| Constructor and Description |
|---|
LocalizableCellRenderer() |
LocalizableCellRenderer(HorizontalAlignment horizontalAlignment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayValue(T value,
Locale locale)
Gets the display value.
|
getHorizontalAlignment, getIconpublic LocalizableCellRenderer()
public LocalizableCellRenderer(HorizontalAlignment horizontalAlignment)
public String getDisplayValue(T value, Locale locale)
CellRenderervalue - the source valuelocale - the Locale used for localizationCopyright © 2012–2015 SoftSmithy. All rights reserved.