onSelectAll abstract method

void onSelectAll(
  1. List<T> data
)

全选

Implementation

void onSelectAll(List<T> data);