C# 클래스 com.joanzapata.iconify.widget.IconToggleButton

상속: android.widget.ToggleButton, [email protected]
파일 보기 프로젝트 열기: PragmaticIT/xiconify

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

비공개 메소드들

메소드 설명
init ( ) : void

메소드 상세

IconToggleButton() 공개 메소드

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

IconToggleButton() 공개 메소드

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

IconToggleButton() 공개 메소드

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

onAttachedToWindow() 보호된 메소드

protected onAttachedToWindow ( ) : void
리턴 void

onDetachedFromWindow() 보호된 메소드

protected onDetachedFromWindow ( ) : void
리턴 void

setText() 공개 메소드

public setText ( CharSequence text, BufferType type ) : void
text CharSequence
type BufferType
리턴 void