-
- All Implemented Interfaces:
public interface CellRenderer
-
-
Method Summary
Modifier and Type Method Description abstract RenderedContent
content(Object value, DisplayConfiguration configuration)
Returns value rendered to HTML text, or null if such rendering is impossible abstract String
tooltip(Object value, DisplayConfiguration configuration)
Returns cell tooltip for this value -
-
Method Detail
-
content
abstract RenderedContent content(Object value, DisplayConfiguration configuration)
Returns value rendered to HTML text, or null if such rendering is impossible
-
tooltip
abstract String tooltip(Object value, DisplayConfiguration configuration)
Returns cell tooltip for this value
-
-
-
-