hastebrot
02/02/2017, 10:32 AMTableView<T>.bindSelected()
to TableView<T>.bindSelectedTo()
. For me a.bind(b)
implies, that the "right-hand-side" (b) is bound to the "left-hand-side" (a), similar to an assignment with the =
operator (but with reactive semantics). bindSelected()
does this the opposite way.