com.actionbarsherlock.app
Class SherlockFragment
java.lang.Object
android.support.v4.app.Fragment
com.actionbarsherlock.app.SherlockFragment
- All Implemented Interfaces:
- android.content.ComponentCallbacks, Watson.OnCreateOptionsMenuListener, Watson.OnOptionsItemSelectedListener, Watson.OnPrepareOptionsMenuListener, android.view.View.OnCreateContextMenuListener
public class SherlockFragment
- extends Fragment
- implements Watson.OnCreateOptionsMenuListener, Watson.OnPrepareOptionsMenuListener, Watson.OnOptionsItemSelectedListener
| Methods inherited from class android.support.v4.app.Fragment |
dump, equals, getActivity, getArguments, getFragmentManager, getId, getLayoutInflater, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onConfigurationChanged, onContextItemSelected, onCreate, onCreateAnimation, onCreateContextMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDestroyView, onHiddenChanged, onInflate, onLowMemory, onOptionsMenuClosed, onPause, onResume, onSaveInstanceState, onStart, onStop, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenu |
SherlockFragment
public SherlockFragment()
getSherlockActivity
public SherlockFragmentActivity getSherlockActivity()
onAttach
public void onAttach(android.app.Activity activity)
- Overrides:
onAttach in class Fragment
onDetach
public void onDetach()
- Overrides:
onDetach in class Fragment
onCreateOptionsMenu
public final void onCreateOptionsMenu(android.view.Menu menu,
android.view.MenuInflater inflater)
- Overrides:
onCreateOptionsMenu in class Fragment
onCreateOptionsMenu
public void onCreateOptionsMenu(Menu menu,
MenuInflater inflater)
- Specified by:
onCreateOptionsMenu in interface Watson.OnCreateOptionsMenuListener
onPrepareOptionsMenu
public final void onPrepareOptionsMenu(android.view.Menu menu)
- Overrides:
onPrepareOptionsMenu in class Fragment
onPrepareOptionsMenu
public void onPrepareOptionsMenu(Menu menu)
- Specified by:
onPrepareOptionsMenu in interface Watson.OnPrepareOptionsMenuListener
onOptionsItemSelected
public final boolean onOptionsItemSelected(android.view.MenuItem item)
- Overrides:
onOptionsItemSelected in class Fragment
onOptionsItemSelected
public boolean onOptionsItemSelected(MenuItem item)
- Specified by:
onOptionsItemSelected in interface Watson.OnOptionsItemSelectedListener
Copyright © 2014 se.solovyev. All Rights Reserved.