getSelectedValues method
获取当前选择的值 Get the value of the current selection
Implementation
List getSelectedValues() {
return adapter.getSelectedValues();
}
获取当前选择的值 Get the value of the current selection
List getSelectedValues() {
return adapter.getSelectedValues();
}