I can tell you that `JiraTicketModel(this.item)` f...
# tornadofx
e
I can tell you that
JiraTicketModel(this.item)
fails, because
item
is not assigned when you create the
ListCellFragment
. That's why you're supposed to bind your model against
itemProperty
.