jo
05/28/2018, 11:41 PMcarlw
05/28/2018, 11:42 PMcarlw
05/28/2018, 11:42 PMjo
05/28/2018, 11:42 PMjo
05/28/2018, 11:42 PMcarlw
05/28/2018, 11:42 PMjo
05/28/2018, 11:43 PMcarlw
05/28/2018, 11:44 PMcarlw
05/28/2018, 11:44 PMiLobanov
05/29/2018, 3:17 PMiLobanov
05/29/2018, 3:18 PMiLobanov
05/29/2018, 3:19 PMclass ProjectModel : ItemViewModel<Project>() {
val id = bind(Project::id)
val companyId = bind(Project::companyId)
val sender = SenderModel()
init {
id.onChange {
sender.itemProperty.bindBidirectional(SimpleObjectProperty<Sender>(item?.sender))
}
}
override fun onCommit() {
sender.commit()
item = Project(
id.value,
companyId.value,
sender.item,
0.0,
0.0
)
}
}
iLobanov
05/29/2018, 3:20 PMCarlton Whitehead
05/29/2018, 4:37 PMCarlton Whitehead
05/29/2018, 4:43 PMmikehearn
05/29/2018, 6:27 PMcarlw
05/29/2018, 6:51 PMcarlw
05/29/2018, 6:54 PMCarlton Whitehead
05/29/2018, 6:54 PMcarlw
05/29/2018, 6:55 PMcarlw
05/29/2018, 6:56 PMCarlton Whitehead
05/29/2018, 6:58 PMcarlw
05/29/2018, 6:58 PMCarlton Whitehead
05/29/2018, 7:00 PMcarlw
05/29/2018, 7:03 PMCarlton Whitehead
05/29/2018, 7:05 PMOracle is intending to decouple JavaFX from the JDK. We will wait until the decoupled JavaFX is available and stable before upgrading TornadoFX to support it. As of now there is little value and significant effort involved in updating to JDK 9/10, while there will be an enormous value in updating to the decoupled version.
carlw
05/29/2018, 7:06 PMcarlw
05/29/2018, 7:07 PMCarlton Whitehead
05/29/2018, 7:11 PM