Java implementation: android.widget.AbsListView.setChoiceMode(int)

Property definitions

android $ Android_widget_AbsListView :: set_choice_mode
	# Java implementation:  android.widget.AbsListView.setChoiceMode(int)
	fun set_choice_mode(arg0: Int) in "Java" `{
		self.setChoiceMode((int)arg0);
	`}
lib/android/ui/native_ui.nit:522,2--525,3