Uses of Interface
android.support.v4.widget.SimpleCursorAdapter.CursorToStringConverter

Packages that use SimpleCursorAdapter.CursorToStringConverter
android.support.v4.widget Support android.widget classes to assist with development of applications for android API level 4 or later. 
 

Uses of SimpleCursorAdapter.CursorToStringConverter in android.support.v4.widget
 

Methods in android.support.v4.widget that return SimpleCursorAdapter.CursorToStringConverter
 SimpleCursorAdapter.CursorToStringConverter SimpleCursorAdapter.getCursorToStringConverter()
          Returns the converter used to convert the filtering Cursor into a String.
 

Methods in android.support.v4.widget with parameters of type SimpleCursorAdapter.CursorToStringConverter
 void SimpleCursorAdapter.setCursorToStringConverter(SimpleCursorAdapter.CursorToStringConverter cursorToStringConverter)
          Sets the converter used to convert the filtering Cursor into a String.
 



Copyright © 2011-2012 Google. All Rights Reserved.