-
- 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 DefaultCellRendererINSTANCE
-
Method Summary
Modifier and Type Method Description RenderedContentcontent(Object value, DisplayConfiguration configuration)Returns value rendered to HTML text, or null if such rendering is impossible Stringtooltip(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
-
-
-
-