CheckBoxTableCell.forTableColumn() incompatible with ObjectProperty<Boolean>

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u20
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Imported: