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