-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.jupyter.CellRenderer
public class DefaultCellRenderer implements CellRenderer
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultCellRenderer
INSTANCE
-
Method Summary
Modifier and Type Method Description RenderedContent
content(Object value, DisplayConfiguration configuration)
Returns value rendered to HTML text, or null if such rendering is impossible String
tooltip(Object value, DisplayConfiguration configuration)
Returns cell tooltip for this value -
-
Method Detail
-
content
RenderedContent content(Object value, DisplayConfiguration configuration)
Returns value rendered to HTML text, or null if such rendering is impossible
-
tooltip
String tooltip(Object value, DisplayConfiguration configuration)
Returns cell tooltip for this value
-
-
-
-