Interface CellRenderer<I,​V>


  • public interface CellRenderer<I,​V>
    Renderer for the cell.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getValue

        javafx.beans.property.Property<V> getValue()
        Obtains the value for the TableCell.
        Returns:
        Value for the the TableCell.