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

Inheritance: android.widget.ToggleButton, [email protected]
Afficher le fichier Open project: PragmaticIT/xiconify

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

Private Methods

Méthode Description
init ( ) : void

Method Details

IconToggleButton() public méthode

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

IconToggleButton() public méthode

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

IconToggleButton() public méthode

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

onAttachedToWindow() protected méthode

protected onAttachedToWindow ( ) : void
Résultat void

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

setText() public méthode

public setText ( CharSequence text, BufferType type ) : void
text CharSequence
type BufferType
Résultat void