|
Android Mobile Physical Therapy Exercise Documenter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.support.v4.app.Fragment
com.communipatient.amptedapp.ui.DashboardFragment
public class DashboardFragment
The dashboard fragment that displays the main buttons.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.support.v4.app.Fragment |
|---|
android.support.v4.app.Fragment.InstantiationException, android.support.v4.app.Fragment.SavedState |
| Field Summary | |
|---|---|
private GoogleAnalyticsTracker |
tracker
The GoogleAnalytics tracker for the dashbaord. |
| Constructor Summary | |
|---|---|
DashboardFragment()
|
|
| Method Summary | |
|---|---|
void |
onCreate(android.os.Bundle savedInstanceState)
|
void |
onCreateOptionsMenu(android.view.Menu menu,
android.view.MenuInflater inflater)
|
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
|
void |
onDestroy()
|
boolean |
onOptionsItemSelected(android.view.MenuItem item)
|
| 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, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onLowMemory, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onSaveInstanceState, onStart, onStop, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, startActivity, startActivityForResult, toString, unregisterForContextMenu |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private GoogleAnalyticsTracker tracker
| Constructor Detail |
|---|
public DashboardFragment()
| Method Detail |
|---|
public void onCreate(android.os.Bundle savedInstanceState)
onCreate in class android.support.v4.app.Fragment
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
onCreateView in class android.support.v4.app.Fragment
public void onCreateOptionsMenu(android.view.Menu menu,
android.view.MenuInflater inflater)
onCreateOptionsMenu in class android.support.v4.app.Fragmentpublic boolean onOptionsItemSelected(android.view.MenuItem item)
onOptionsItemSelected in class android.support.v4.app.Fragmentpublic void onDestroy()
onDestroy in class android.support.v4.app.Fragment
|
Revision: 109 Generated on Sat Dec 10 07:00:03 UTC 2011 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||