Method | Description | |
---|---|---|
IconButton ( android.content.Context context ) | ||
IconButton ( android.content.Context context, android.util.AttributeSet attrs ) | ||
IconButton ( android.content.Context context, android.util.AttributeSet attrs, int defStyle ) | ||
setText ( CharSequence text, BufferType type ) : void |
Method | Description | |
---|---|---|
onAttachedToWindow ( ) : void | ||
onDetachedFromWindow ( ) : void |
Method | Description | |
---|---|---|
init ( ) : void |
public IconButton ( android.content.Context context ) | ||
context | android.content.Context |
public IconButton ( android.content.Context context, android.util.AttributeSet attrs ) | ||
context | android.content.Context | |
attrs | android.util.AttributeSet |
public IconButton ( android.content.Context context, android.util.AttributeSet attrs, int defStyle ) | ||
context | android.content.Context | |
attrs | android.util.AttributeSet | |
defStyle | int |
public setText ( CharSequence text, BufferType type ) : void | ||
text | CharSequence | |
type | BufferType | |
return | void |