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
The CachedViewModelCellFactory has to be created with a Function as argument that takes a VM
and calls the FluentViewLoader with the given VM as argument.
In some cases this is needed f.e. when a specific loading process needs to be done (like giving a special resourceBundle to the FluentViewLoader).
The
CachedViewModelCellFactory
has to be created with a Function as argument that takes a VMand calls the FluentViewLoader with the given VM as argument.
In some cases this is needed f.e. when a specific loading process needs to be done (like giving a special resourceBundle to the FluentViewLoader).
But in most cases the Function looks the same:
We could provide a shortcut method for these usecases like this:
Internally we can create the function with the given View type. We need to provide two methods: One for FxmlViews and one for JavaViews.
The text was updated successfully, but these errors were encountered: