コード例 #1
0
 public virtual void setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter arg0)
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     if (!IsClrObject)
     {
         @__env.CallVoidMethod(this.JvmHandle, global::android.widget.SimpleCursorAdapter._setCursorToStringConverter11931, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
     }
     else
     {
         @__env.CallNonVirtualVoidMethod(this.JvmHandle, global::android.widget.SimpleCursorAdapter.staticClass, global::android.widget.SimpleCursorAdapter._setCursorToStringConverter11931, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
     }
 }
コード例 #2
0
 /// <summary>
 /// Sets the converter  used to convert the filtering Cursor
 /// into a String.
 /// </summary>
 /// <remarks>
 /// Sets the converter  used to convert the filtering Cursor
 /// into a String.
 /// </remarks>
 /// <param name="cursorToStringConverter">
 /// the Cursor to String converter, or
 /// null to remove the converter
 /// </param>
 /// <seealso cref="setCursorToStringConverter(CursorToStringConverter)"></seealso>
 /// <seealso cref="getStringConversionColumn()">getStringConversionColumn()</seealso>
 /// <seealso cref="setStringConversionColumn(int)">setStringConversionColumn(int)</seealso>
 /// <seealso cref="CursorAdapter.convertToString(android.database.Cursor)">CursorAdapter.convertToString(android.database.Cursor)
 ///     </seealso>
 public virtual void setCursorToStringConverter(android.widget.SimpleCursorAdapter
                                                .CursorToStringConverter cursorToStringConverter)
 {
     mCursorToStringConverter = cursorToStringConverter;
 }
コード例 #3
0
		/// <summary>
		/// Sets the converter  used to convert the filtering Cursor
		/// into a String.
		/// </summary>
		/// <remarks>
		/// Sets the converter  used to convert the filtering Cursor
		/// into a String.
		/// </remarks>
		/// <param name="cursorToStringConverter">
		/// the Cursor to String converter, or
		/// null to remove the converter
		/// </param>
		/// <seealso cref="setCursorToStringConverter(CursorToStringConverter)"></seealso>
		/// <seealso cref="getStringConversionColumn()">getStringConversionColumn()</seealso>
		/// <seealso cref="setStringConversionColumn(int)">setStringConversionColumn(int)</seealso>
		/// <seealso cref="CursorAdapter.convertToString(android.database.Cursor)">CursorAdapter.convertToString(android.database.Cursor)
		/// 	</seealso>
		public virtual void setCursorToStringConverter(android.widget.SimpleCursorAdapter
			.CursorToStringConverter cursorToStringConverter)
		{
			mCursorToStringConverter = cursorToStringConverter;
		}