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

Create one-to-one conversion binding utility methods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx

      Create a set of methods that would allow binding of a sing property type to other property type, something like

      property1.bind(Bindings.convert( Type2 e -> conversion(e), property2));

      or it might be also useful directly on the Property interface:

      property1.bind(property2, Type2 e -> conversion(e));

      should be possible to implement it using defender methods by calling the standard bind() method.

            Unassigned Unassigned
            msladecek Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: