[ComboBox] showing property API issue.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.1
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • Environment:

      2.1.0b08

      Now, there is no method

      (new ComboBox).setShowing(boolean);

      but there is workaround:

      (new ComboBox).ShowingProperty().setValue(boolean);

            Assignee:
            Jonathan Giles
            Reporter:
            Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: