| Package | Description |
|---|---|
| com.facebook | |
| com.facebook.widget | |
| org.holoeverywhere | |
| org.holoeverywhere.app | |
| org.holoeverywhere.preference |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.openActiveSession(android.content.Context context,
Fragment fragment,
boolean allowLoginUI,
Session.StatusCallback callback)
If allowLoginUI is true, this will create a new Session, make it active, and
open it.
|
| Constructor and Description |
|---|
Session.NewPermissionsRequest(Fragment fragment,
List<String> permissions)
Constructs a NewPermissionsRequest.
|
Session.OpenRequest(Fragment fragment)
Constructs an OpenRequest.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FriendPickerFragment
Provides a Fragment that displays a list of a user's friends and allows one or more of the
friends to be selected.
|
class |
PickerFragment<T extends GraphObject>
Provides functionality common to SDK UI elements that allow the user to pick one or more
graph objects (e.g., places, friends) from a list of possibilities.
|
class |
PlacePickerFragment |
class |
UserSettingsFragment
A Fragment that displays a Login/Logout button as well as the user's
profile picture and name when logged in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginButton.setFragment(Fragment fragment)
Sets the fragment that contains this control.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutInflater |
LayoutInflater.obtainFragmentChildInflater(Fragment fragment) |
| Constructor and Description |
|---|
LayoutInflater(android.content.Context context,
Fragment childFragment) |
LayoutInflater(android.view.LayoutInflater original,
android.content.Context newContext,
Fragment childFragment) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertDialogFragment |
class |
DialogFragment |
class |
GridFragment |
class |
ListFragment |
static class |
TabSwipeActivity.InnerFragment |
class |
TabSwipeFragment
This fragment class implement tabs + swipe navigation pattern
Part of HoloEverywhere |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Fragment> |
TabSwipeFragment.TabInfo.fragmentClass |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Fragment> |
Fragment.instantiate(Class<T> clazz) |
static <T extends Fragment> |
Fragment.instantiate(Class<T> clazz,
android.os.Bundle args) |
| Modifier and Type | Method and Description |
|---|---|
static Fragment |
Fragment.instantiate(android.content.Context context,
String fname)
Deprecated.
|
static Fragment |
Fragment.instantiate(android.content.Context context,
String fname,
android.os.Bundle args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Fragment> |
TabSwipeFragment.TabInfo.getFragmentClass() |
Class<? extends Fragment> |
TabSwipeInterface.TabInfo.getFragmentClass() |
| Modifier and Type | Method and Description |
|---|---|
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
T |
TabSwipeInterface.addTab(CharSequence title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(int title,
Class<? extends Fragment> fragmentClass) |
T |
TabSwipeInterface.addTab(int title,
Class<? extends Fragment> fragmentClass) |
TabSwipeFragment.TabInfo |
TabSwipeActivity.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
TabSwipeFragment.TabInfo |
TabSwipeFragment.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
T |
TabSwipeInterface.addTab(int title,
Class<? extends Fragment> fragmentClass,
android.os.Bundle fragmentArguments) |
void |
TabSwipeFragment.TabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
void |
TabSwipeInterface.TabInfo.setFragmentClass(Class<? extends Fragment> fragmentClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreferenceFragment |
| Modifier and Type | Method and Description |
|---|---|
void |
PreferenceActivity.finishPreferencePanel(Fragment caller,
int resultCode,
android.content.Intent resultData) |
void |
PreferenceActivity.startPreferenceFragment(Fragment fragment,
boolean push) |
void |
PreferenceActivity.startPreferencePanel(String fragmentClass,
android.os.Bundle args,
int titleRes,
CharSequence titleText,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
android.os.Bundle args,
Fragment resultTo,
int resultRequestCode) |
void |
PreferenceActivity.startWithFragment(String fragmentName,
android.os.Bundle args,
Fragment resultTo,
int resultRequestCode,
int titleRes,
int shortTitleRes) |
Copyright © 2013. All Rights Reserved.