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

Inspector editors and "null" values

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • 7u6
    • javafx

      The "null" values should be handled as follows.

      A checkbox allows to set the value to null :
      - When the value is null, the checkbox is unchecked.
      - Setting a value with the editor checks the checkbox.
      - Unchecking the checkbox displays the "null" string.

      For ChoiceBox editors, a null value is represented by a "null" item. This item is no visible anymore once an item has been selected.

      This impact the following properties:
      - Paint inline editor : add a checkbox
      - AnchorPane Constraints, GridPane Constraints : the value is set to "null" when the checkbox is unchecked (instead of the previous value dimmed)

            jcambon Jerome Cambon
            jcambon Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: