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, getIcon
public LocalizableCellRenderer()
public LocalizableCellRenderer(HorizontalAlignment horizontalAlignment)
public String getDisplayValue(T value, Locale locale)
CellRenderer
value
- the source valuelocale
- the Locale used for localizationCopyright © 2012–2015 SoftSmithy. All rights reserved.