static A enableComponentAccordingToVar(BoolVarWithNotify var, A c) { if (var != null) bindToComponent(c, -> setEnabled(c, var!)); ret c; }