TableCell.getTableRow should return a TableRow paramaterized with the type of the Table, like TreeTableCell does

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • 9
    • Affects Version/s: 8u25, 8u40
    • Component/s: javafx

      TableCell and TableRow are parameterized with the same type as the containing Table, but TableCell.getTableRow returns a raw TableRow. the corresponding method on TreeTableCell returns a correctly parameterized TreeTableRow. With only the raw TableRow, clients have to suppress the unchecked cast warning, even though it is clear what the type parameter should be.

            Assignee:
            Jonathan Giles
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: