C# Class com.joanzapata.iconify.widget.IconToggleButton

Inheritance: android.widget.ToggleButton, [email protected]
Exibir arquivo Open project: PragmaticIT/xiconify

Public Methods

Method Description
IconToggleButton ( android.content.Context context )
IconToggleButton ( android.content.Context context, android.util.AttributeSet attrs )
IconToggleButton ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
setText ( CharSequence text, BufferType type ) : void

Protected Methods

Method Description
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

Private Methods

Method Description
init ( ) : void

Method Details

IconToggleButton() public method

public IconToggleButton ( android.content.Context context )
context android.content.Context

IconToggleButton() public method

public IconToggleButton ( android.content.Context context, android.util.AttributeSet attrs )
context android.content.Context
attrs android.util.AttributeSet

IconToggleButton() public method

public IconToggleButton ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
context android.content.Context
attrs android.util.AttributeSet
defStyle int

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

setText() public method

public setText ( CharSequence text, BufferType type ) : void
text CharSequence
type BufferType
return void