C# Class android.widget.CheckedTextView

Inheritance: android.widget.TextView, Checkable
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
CheckedTextView ( android arg0 )
CheckedTextView ( android arg0, android arg1 )
CheckedTextView ( android arg0, android arg1, int arg2 )
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
isChecked ( ) : bool
setCheckMarkDrawable ( android arg0 ) : void
setCheckMarkDrawable ( int arg0 ) : void
setChecked ( bool arg0 ) : void
setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
toggle ( ) : void

Protected Methods

Method Description
CheckedTextView ( global @__env )
drawableStateChanged ( ) : void
onCreateDrawableState ( int arg0 ) : int[]
onDraw ( android arg0 ) : void

Private Methods

Method Description
CheckedTextView ( )

Method Details

CheckedTextView() public method

public CheckedTextView ( android arg0 )
arg0 android

CheckedTextView() public method

public CheckedTextView ( android arg0, android arg1 )
arg0 android
arg1 android

CheckedTextView() public method

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

CheckedTextView() protected method

protected CheckedTextView ( global @__env )
@__env global

dispatchPopulateAccessibilityEvent() public method

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
return bool

drawableStateChanged() protected method

protected drawableStateChanged ( ) : void
return void

isChecked() public method

public isChecked ( ) : bool
return bool

onCreateDrawableState() protected method

protected onCreateDrawableState ( int arg0 ) : int[]
arg0 int
return int[]

onDraw() protected method

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

setCheckMarkDrawable() public method

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

setCheckMarkDrawable() public method

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

setChecked() public method

public setChecked ( bool arg0 ) : void
arg0 bool
return void

setPadding() public method

public setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

toggle() public method

public toggle ( ) : void
return void