DateRenderer
, NumberRenderer
, StringRenderer
public interface AttributeRenderer
If the format string passed to the renderer is not recognized then simply
call Object.toString()
.
formatString
can be null
but locale
will at least be
Locale.getDefault()
.
Modifier and Type | Method | Description |
---|---|---|
String |
toString(Object o,
String formatString,
Locale locale) |
Copyright © 2019. All rights reserved.