Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090285

CheckBoxTableCell.forTableColumn() incompatible with ObjectProperty<Boolean>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u20
    • javafx
    • JDK 8u20, Win 7 Pro SP1, 64 Bit

      The component produced by CheckBoxTableCell.forTableColumn(c) nicely renders checkmarks whenever c is bound to BooleanProperty having a value of "true". But when c is bound to ObjectProperty<Boolean> having a value of "true" it renders a blank check box. This is not very smart. The component should be clever enough to treat ObjectPropert<Boolean> simply as BooleanProperty, with a simple difference: When the value "null" there should be no (not even blank) check box getting rendered at all.

            Unassigned Unassigned
            mkarg Markus Karg
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: