Create one-to-one conversion binding utility methods

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: 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.

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

              Created:
              Updated:
              Imported: