convertSelectedData abstract method

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

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

Implementation

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