The same goes for the `Finish` button. If `canFini...
# tornadofx
e
The same goes for the
Finish
button. If
canFinish
is true (it is by default), you can hit the button. If the
complete
state of the Wizard is then true, the Wizard will close. You hook your "complete action` inside
onSave
of the Wizard itself.