JDK-8090938 : [FXML] Allow method references to java.util.function.* classes (or generally, a SAM)
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: fxml
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-07-07
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Any property that takes a SAM can be currently assigned only to a value of it's kind.
We have a support for event handlers that can be assigned to a method reference, like <Button onAction="#myControllerMethod"/>

This support can be extended to support SAM classes (or at least java.util.function.* classes).