static A bindTextComponentToLiveValue(final A tc, final LiveValue lv) { ret bindLiveValueListenerToComponent(tc, lv, r { setTextCaret0(tc, strOrNull(lv!)) }); }