-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.jupyter.CellRenderer
public abstract class ChainedCellRenderer implements CellRenderer
-
-
Constructor Summary
Constructors Constructor Description ChainedCellRenderer(CellRenderer parent)
-
Method Summary
Modifier and Type Method Description abstract String
maybeContent(Object value, DisplayConfiguration configuration)
abstract String
maybeTooltip(Object value, DisplayConfiguration configuration)
String
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 -
-
Constructor Detail
-
ChainedCellRenderer
ChainedCellRenderer(CellRenderer parent)
-
-
Method Detail
-
maybeContent
abstract String maybeContent(Object value, DisplayConfiguration configuration)
-
maybeTooltip
abstract String maybeTooltip(Object value, DisplayConfiguration configuration)
-
content
String 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
-
-
-
-