C# Class JoanZapata.XamarinIconify.Widget.IconButton

Inheritance: Button, IHasOnViewAttachListener
Afficher le fichier Open project: PragmaticIT/xiconify

Méthodes publiques

Méthode Description
IconButton ( Android.Content.Context context ) : System
IconButton ( Android.Content.Context context, Android.Util.IAttributeSet attrs ) : System
IconButton ( Android.Content.Context context, Android.Util.IAttributeSet attrs, int defStyle ) : System
IconButton ( IntPtr javaRef, JniHandleOwnership transfer ) : System
SetText ( ICharSequence 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

IconButton() public méthode

public IconButton ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

IconButton() public méthode

public IconButton ( Android.Content.Context context, Android.Util.IAttributeSet attrs ) : System
context Android.Content.Context
attrs Android.Util.IAttributeSet
Résultat System

IconButton() public méthode

public IconButton ( Android.Content.Context context, Android.Util.IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs Android.Util.IAttributeSet
defStyle int
Résultat System

IconButton() public méthode

public IconButton ( IntPtr javaRef, JniHandleOwnership transfer ) : System
javaRef System.IntPtr
transfer JniHandleOwnership
Résultat System

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 ( ICharSequence text, BufferType type ) : void
text ICharSequence
type BufferType
Résultat void