FacebookButtonBase
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A base class for a facebook button.

ขยาย:Button
แพ็คเกจ:facebook
ผู้สร้าง
FacebookButtonBase(Context, AttributeSet, int, int, String, String)
protected FacebookButtonBase(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, String analyticsButtonCreatedEventName, String analyticsButtonTappedEventName)
พารามิเตอร์คำอธิบาย
context
attrs
defStyleAttr
defStyleRes
analyticsButtonCreatedEventName
analyticsButtonTappedEventName
วิธีการแบบอินสแตนซ์
getDefaultRequestCode()
protected abstract int getDefaultRequestCode()
setFragment(Fragment)

Sets the fragment that contains this control. This allows the button to be embedded inside a Fragment, and will allow the fragment to receive the onActivityResult.onActivityResult(int, int, android.content.Intent) call rather than the Activity.

public void setFragment(Fragment fragment)
พารามิเตอร์คำอธิบาย
fragmentThe android.support.v4.app.Fragment that contains this control
setFragment(Fragment)

Sets the fragment that contains this control. This allows the button to be embedded inside a Fragment, and will allow the fragment to receive the onActivityResult.onActivityResult(int, int, android.content.Intent) call rather than the Activity.

public void setFragment(Fragment fragment)
พารามิเตอร์คำอธิบาย
fragmentThe android.app.Fragment that contains this control
getFragment()

Gets the fragment that contains this control.

public Fragment getFragment()
Returns
The android.support.v4.app.Fragment that contains this control.
getNativeFragment()

Gets the fragment that contains this control.

public Fragment getNativeFragment()
Returns
The android.app.Fragment that contains this control.
getRequestCode()

Returns the request code used for this Button.

public int getRequestCode()
Returns
The request code.
getActivity()
protected Activity getActivity()
getDefaultStyleResource()
protected int getDefaultStyleResource()
measureTextWidth(String)
protected int measureTextWidth(String text)
พารามิเตอร์คำอธิบาย
text
configureButton(Context, AttributeSet, int, int)
protected void configureButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
พารามิเตอร์คำอธิบาย
context
attrs
defStyleAttr
defStyleRes
callExternalOnClickListener(View)
protected void callExternalOnClickListener(View v)
พารามิเตอร์คำอธิบาย
v
setInternalOnClickListener(OnClickListener)
protected void setInternalOnClickListener(OnClickListener l)
พารามิเตอร์คำอธิบาย
l