Interface CellRenderer<I,V>
-
public interface CellRenderer<I,V>
Renderer for the cell.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.beans.property.Property<V>
getValue()
Obtains the value for theTableCell
.
-
-
-
Method Detail
-
getValue
javafx.beans.property.Property<V> getValue()
Obtains the value for theTableCell
.- Returns:
- Value for the the
TableCell
.
-
-