convertSelectedData abstract method

Map<String, String> convertSelectedData(
  1. List<SelectionEntity> selectedResults
)

统一的数据结构 转换为 用户需要的数据结构,并通过 BrnSelectionOnSelectionChanged 回传给用户使用。

Implementation

Map<String, String> convertSelectedData(
    List<SelectionEntity> selectedResults);