base/input_item_interface library

Typedefs

OnBrnFormMultiChoiceValueChanged = void Function(List<String> oldValue, List<String> newValue)
选项选中状态变化回调
OnBrnFormRadioValueChanged = void Function(String? oldStr, String? newStr)
主要用于各种输入值变化
OnBrnFormSelectAll = void Function(int index, bool isSelect)
用于model兼容回调 主要用于各种点击事件
OnBrnFormSwitchChanged = void Function(bool oldValue, bool newValue)
开关变化回调
OnBrnFormTitleSelected = void Function(String title, int index)
用于model兼容回调 定义等同于 form_interface 主要用于各种点击事件
OnBrnFormValueChanged = void Function(int oldValue, int newValue)
星值数量变化回调