public class Fragment extends _HoloFragment
| Constructor and Description |
|---|
Fragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachAddon(IAddon<?,?> addon) |
void |
detachAddon(IAddon<?,?> addon) |
<T extends IAddon<?,?>> |
findAddon(Class<T> clazz) |
Activity |
getSherlockActivity()
Deprecated.
|
static <T extends Fragment> |
instantiate(Class<T> clazz) |
static <T extends Fragment> |
instantiate(Class<T> clazz,
android.os.Bundle args) |
static Fragment |
instantiate(android.content.Context context,
String fname)
Deprecated.
|
static Fragment |
instantiate(android.content.Context context,
String fname,
android.os.Bundle args)
Deprecated.
|
<T extends IAddon<?,?>> |
requireAddon(Class<T> clazz) |
Sherlock.SherlockF |
requireSherlock() |
createContextMenu, getConfig, getContainerId, getDefaultSharedPreferences, getDefaultSharedPreferences, getLayoutInflater, getLayoutInflater, getMenuInflater, getSavedInstanceState, getSharedPreferences, getSharedPreferences, getSupportActionBar, getSupportActivity, getSupportApplication, getSupportFragmentManager, getSystemService, onAttach, onAttach, onContextItemSelected, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateContextMenu, onCreateOptionsMenu, onCreateOptionsMenu, onCreateView, onCreateView, onInflate, onInflate, onOptionsItemSelected, onOptionsItemSelected, onPrepareOptionsMenu, onPrepareOptionsMenu, onViewCreated, onViewCreated, openContextMenu, prepareDecorViewdump, equals, getActivity, getArguments, getFragmentManager, getId, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onConfigurationChanged, onCreate, onCreateAnimation, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onLowMemory, onOptionsMenuClosed, onPause, onResume, onSaveInstanceState, onStart, onStop, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenupublic static <T extends Fragment> T instantiate(Class<T> clazz, android.os.Bundle args)
@Deprecated public static Fragment instantiate(android.content.Context context, String fname)
@Deprecated public static Fragment instantiate(android.content.Context context, String fname, android.os.Bundle args)
public void attachAddon(IAddon<?,?> addon)
public void detachAddon(IAddon<?,?> addon)
@Deprecated public Activity getSherlockActivity()
public Sherlock.SherlockF requireSherlock()
Copyright © 2012-2013. All Rights Reserved.