Single Choice Filter
open class SingleChoiceFilter(title: LocalString, val dialogTitle: LocalString, val description: LocalString, choices: List<String>, defaultChoice: String) : Filter<String>
单选过滤器 允许用户从一组选项中选择一个选项作为过滤条件
Since
Api 2
Constructors
Link copied to clipboard
constructor(title: LocalString, dialogTitle: LocalString, description: LocalString, choices: List<String>, defaultChoice: String)