TableView has a scalafx wrapper. But javafx counterpart has static member CONSTRAINED_RESIZE_POLICY which is missing in the corresponding scalafx companion object.
So it is impossible to assign javafx.TableView.CONSTRAINED_RESIZE_POLICY to the scalafx.TableView.columnResizePolicy
[error] type mismatch:
[error] found : javafx.util.Callback[javafx.scene.control.TableView.ResizeFeatures[_],java.lang.Boolean]
[error] required: scalafx.scene.control.TableView.ResizeFeatures[GroupForm.this.Elem] => scala.Boolean
There is no explicit CONSTRAINED_RESIZE_POLICY declaration inside the TableView object. And there is no implicit transformation for the Callback type
TableView has a scalafx wrapper. But javafx counterpart has static member CONSTRAINED_RESIZE_POLICY which is missing in the corresponding scalafx companion object.
So it is impossible to assign
javafx.TableView.CONSTRAINED_RESIZE_POLICYto thescalafx.TableView.columnResizePolicyThere is no explicit
CONSTRAINED_RESIZE_POLICYdeclaration inside the TableView object. And there is no implicit transformation for theCallbacktype