A base class for a facebook button.
Расширение: | Button |
Пакет: | facebook |
FacebookButtonBase(Context, AttributeSet, int, int, String)
protected FacebookButtonBase(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, String analyticsButtonCreatedEventName)
Параметр | Описание |
---|---|
context | |
attrs | |
defStyleAttr | |
defStyleRes | |
analyticsButtonCreatedEventName |
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)
Параметр | Описание |
---|---|
fragment | The fragment that contains this control |
getFragment()
Gets the fragment that contains this control.
public Fragment getFragment()
getRequestCode()
Returns the request code used for this Button.
public int getRequestCode()
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 |