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
Currently I use the class CachedView Model Cell Factory.createForFxmlView(MyView.class)
and I would like to know how I could get the getIndex method in my MyViewModel.class class
since if I use ListCell returns a value of -1
Currently I use the class CachedView Model Cell Factory.createForFxmlView(MyView.class)
and I would like to know how I could get the getIndex method in my MyViewModel.class class
since if I use ListCell returns a value of -1
I would like how this can be used in a listView.
Item View:
Item ViewModel:
Example using ListCell in ViewModel
The text was updated successfully, but these errors were encountered: