static A bindToolTipToLiveValue(LiveValue lv, A c) { bindLiveValueListenerToComponent(c, lv, r { setToolTipText(c, strOrNull(lv!)) }); ret c; }