You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide an API to be able to set custom controller class for a view. The purpose of this is to be able to reuse fxmls with different controllers.
Possible implementations:
extend @FXMLView with a controllerClass field
expose fxml loader creation so the loader can be built with custom code
Thanks!
The text was updated successfully, but these errors were encountered:
Please provide an API to be able to set custom controller class for a view. The purpose of this is to be able to reuse fxmls with different controllers.
Possible implementations:
@FXMLView
with a controllerClass fieldThanks!
The text was updated successfully, but these errors were encountered: