static A bindComboBoxToLiveValue(final A cb, final SimpleLiveValue lv) { bindLiveValueListenerToComponent(cb, lv, r { selectItem(cb, lv!) }); onChange(cb, r { lv.set(getSelectedItem(cb)) }); ret cb; }