nimakro
07/18/2017, 8:10 PMedvin
07/18/2017, 9:06 PMnimakro
07/18/2017, 9:07 PMedvin
07/18/2017, 10:01 PMmp
07/19/2017, 2:52 PMpost
method with form-data
body? or only with json?edvin
07/19/2017, 2:58 PMedvin
07/19/2017, 3:01 PMedvin
07/19/2017, 3:01 PMedvin
07/19/2017, 3:03 PMapi.formPost(path: String, payload: Map<String, String>)
edvin
07/19/2017, 3:07 PMedvin
07/19/2017, 3:07 PMmp
07/19/2017, 3:13 PMedvin
07/19/2017, 3:37 PMkastork
07/19/2017, 7:46 PMtableview(runConfigurations) {
runConfigTable = this
.....
vbox {
visibleWhen(SimpleBooleanProperty(runConfigTable.selectionModel.selectedCells.count() > 0))
kastork
07/19/2017, 7:46 PMvisibleWhen
has no effectcarlw
07/19/2017, 8:12 PMkastork
07/19/2017, 8:20 PMcarlw
07/19/2017, 8:33 PMedvin
07/19/2017, 8:36 PMbooleanBinding
to observe the selectedCells
list 🙂edvin
07/19/2017, 8:38 PMvisibleWhen(booleanBinding(runConfigTable.selectionModel.selectedCells) { isNotEmpty() } )
carlw
07/19/2017, 8:42 PMcarlw
07/19/2017, 8:43 PMcarlw
07/19/2017, 8:44 PMcarlw
07/19/2017, 8:44 PMkastork
07/19/2017, 8:44 PMSimpleBooleanBinding
constructor instead of the factory method.kastork
07/19/2017, 8:44 PMcarlw
07/19/2017, 8:46 PMedvin
07/19/2017, 8:50 PMcountProperty
to `ObservableList'. That would be handy!