static AutoComboBox3 standardFunctionLiveValueComboBox(SimpleLiveValue lv) { AutoComboBox3 cb = standardFunctionComboBox(); bindComboBoxToLiveValue(cb, lv); ret cb; }