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
When using ListViews with mvvmFX, the CachedViewModelCellFactory can be used to supply a View with its according View Model as items to the ListView. Those items are of type ViewListCell which is a specialization of ListCell.
Now I want to adjust the behaviour of the ViewListCell by calling:
Unfortunately, I cannot do that since ViewListCell is of visibility package local. It would be really helpful if it were of visibility public to alter its behaviour.
The text was updated successfully, but these errors were encountered:
When using
ListView
s with mvvmFX, theCachedViewModelCellFactory
can be used to supply a View with its according View Model as items to the ListView. Those items are of typeViewListCell
which is a specialization ofListCell
.Now I want to adjust the behaviour of the
ViewListCell
by calling:Unfortunately, I cannot do that since
ViewListCell
is of visibility package local. It would be really helpful if it were of visibility public to alter its behaviour.The text was updated successfully, but these errors were encountered: