C# Class android.preference.DialogPreference

Inheritance: android.preference.Preference, android.content.DialogInterface_OnClickListener, android.content.DialogInterface_OnDismissListener, android.preference.PreferenceManager.OnActivityDestroyListener
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
DialogPreference ( android arg0, android arg1 )
DialogPreference ( android arg0, android arg1, int arg2 )
getDialog ( ) : global::android.app.Dialog
getDialogIcon ( ) : global::android.graphics.drawable.Drawable
getDialogLayoutResource ( ) : int
getDialogMessage ( ) : global::java.lang.CharSequence
getDialogTitle ( ) : global::java.lang.CharSequence
getNegativeButtonText ( ) : global::java.lang.CharSequence
getPositiveButtonText ( ) : global::java.lang.CharSequence
onActivityDestroy ( ) : void
onClick ( android arg0, int arg1 ) : void
onDismiss ( android arg0 ) : void
setDialogIcon ( android arg0 ) : void
setDialogIcon ( int arg0 ) : void
setDialogLayoutResource ( int arg0 ) : void
setDialogMessage ( int arg0 ) : void
setDialogMessage ( java arg0 ) : void
setDialogMessage ( string arg0 ) : void
setDialogTitle ( int arg0 ) : void
setDialogTitle ( java arg0 ) : void
setDialogTitle ( string arg0 ) : void
setNegativeButtonText ( int arg0 ) : void
setNegativeButtonText ( java arg0 ) : void
setNegativeButtonText ( string arg0 ) : void
setPositiveButtonText ( int arg0 ) : void
setPositiveButtonText ( java arg0 ) : void
setPositiveButtonText ( string arg0 ) : void

Protected Methods

Method Description
DialogPreference ( global @__env )
onBindDialogView ( android arg0 ) : void
onClick ( ) : void
onCreateDialogView ( ) : global::android.view.View
onDialogClosed ( bool arg0 ) : void
onPrepareDialogBuilder ( android arg0 ) : void
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
showDialog ( android arg0 ) : void

Private Methods

Method Description
DialogPreference ( )

Method Details

DialogPreference() public method

public DialogPreference ( android arg0, android arg1 )
arg0 android
arg1 android

DialogPreference() public method

public DialogPreference ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

DialogPreference() protected method

protected DialogPreference ( global @__env )
@__env global

getDialog() public method

public getDialog ( ) : global::android.app.Dialog
return global::android.app.Dialog

getDialogIcon() public method

public getDialogIcon ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

getDialogLayoutResource() public method

public getDialogLayoutResource ( ) : int
return int

getDialogMessage() public method

public getDialogMessage ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getDialogTitle() public method

public getDialogTitle ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getNegativeButtonText() public method

public getNegativeButtonText ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getPositiveButtonText() public method

public getPositiveButtonText ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

onActivityDestroy() public method

public onActivityDestroy ( ) : void
return void

onBindDialogView() protected method

protected onBindDialogView ( android arg0 ) : void
arg0 android
return void

onClick() protected method

protected onClick ( ) : void
return void

onClick() public method

public onClick ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

onCreateDialogView() protected method

protected onCreateDialogView ( ) : global::android.view.View
return global::android.view.View

onDialogClosed() protected method

protected onDialogClosed ( bool arg0 ) : void
arg0 bool
return void

onDismiss() public method

public onDismiss ( android arg0 ) : void
arg0 android
return void

onPrepareDialogBuilder() protected method

protected onPrepareDialogBuilder ( android arg0 ) : void
arg0 android
return void

onRestoreInstanceState() protected method

protected onRestoreInstanceState ( android arg0 ) : void
arg0 android
return void

onSaveInstanceState() protected method

protected onSaveInstanceState ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

setDialogIcon() public method

public setDialogIcon ( android arg0 ) : void
arg0 android
return void

setDialogIcon() public method

public setDialogIcon ( int arg0 ) : void
arg0 int
return void

setDialogLayoutResource() public method

public setDialogLayoutResource ( int arg0 ) : void
arg0 int
return void

setDialogMessage() public method

public setDialogMessage ( int arg0 ) : void
arg0 int
return void

setDialogMessage() public method

public setDialogMessage ( java arg0 ) : void
arg0 java
return void

setDialogMessage() public method

public setDialogMessage ( string arg0 ) : void
arg0 string
return void

setDialogTitle() public method

public setDialogTitle ( int arg0 ) : void
arg0 int
return void

setDialogTitle() public method

public setDialogTitle ( java arg0 ) : void
arg0 java
return void

setDialogTitle() public method

public setDialogTitle ( string arg0 ) : void
arg0 string
return void

setNegativeButtonText() public method

public setNegativeButtonText ( int arg0 ) : void
arg0 int
return void

setNegativeButtonText() public method

public setNegativeButtonText ( java arg0 ) : void
arg0 java
return void

setNegativeButtonText() public method

public setNegativeButtonText ( string arg0 ) : void
arg0 string
return void

setPositiveButtonText() public method

public setPositiveButtonText ( int arg0 ) : void
arg0 int
return void

setPositiveButtonText() public method

public setPositiveButtonText ( java arg0 ) : void
arg0 java
return void

setPositiveButtonText() public method

public setPositiveButtonText ( string arg0 ) : void
arg0 string
return void

showDialog() protected method

protected showDialog ( android arg0 ) : void
arg0 android
return void