public class ClientAppMainFragment
extends android.support.v4.app.Fragment
| Modifier and Type | Field and Description |
|---|---|
static int |
BIND_AUTO_CREATE |
static int |
BIND_DEBUG_UNBIND |
static int |
BIND_NOT_FOREGROUND |
static java.lang.String |
EXTRA_KEY_BACKSTACK
Extra key to alter back stack behavior when switching to another Fragment via startActivity().
|
protected boolean |
finished
indicates whether this fragment should be finished upon next attach
|
| Constructor and Description |
|---|
ClientAppMainFragment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bindService(android.content.Intent service,
android.content.ServiceConnection conn,
int flags)
Calls getActivity().bindService()
|
protected void |
finish()
Calls getActivity().finish();
|
protected void |
finishFragment()
Finishes the fragment, e.g.
|
android.content.pm.ApplicationInfo |
getApplicationInfo() |
android.content.Context |
getContext() |
android.content.Intent |
getIntent() |
android.database.Cursor |
managedQuery(android.net.Uri uri,
java.lang.String[] projection,
java.lang.String selection,
java.lang.String[] selectionArgs,
java.lang.String sortOrder)
Calls getActivity().managedQuery()
|
void |
onPrepare(android.app.Activity mainActivity)
This method is called upon instantiation of the Fragment and before the
default Fragment Lifecycle comes into play.
|
void |
onStart() |
void |
runOnUiThread(java.lang.Runnable runnable)
Calls getActivity().runOnUiThread()
|
void |
setApplicationInfo(android.content.pm.ApplicationInfo appInfo) |
void |
setIntent(android.content.Intent intent) |
void |
setProgressBarIndeterminate(boolean value) |
void |
setProgressBarIndeterminateVisibility(boolean indeterminate)
Calls getActivity().setProgressBarIndeterminateVisibility()
|
void |
setTitle(java.lang.CharSequence title)
Calls getActivity().setTitle()
|
void |
setTitle(int titleId)
Calls getActivity().setTitle()
|
void |
setUniversalClientService(UniversalClientService.UniversalClientServiceBinder service) |
void |
startService(android.content.Intent service)
Calls getActivity().startService();
|
boolean |
stopService(android.content.Intent service)
Calls getActivity().stopService();
|
void |
unbindService(android.content.ServiceConnection conn)
Calls getActivity().unbindService()
|
dump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, getLayoutInflater, getLoaderManager, getParentFragment, getReenterTransition, getResources, getRetainInstance, getReturnTransition, getSharedElementEnterTransition, getSharedElementReturnTransition, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onAttach, onConfigurationChanged, onContextItemSelected, onCreate, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onRequestPermissionsResult, onResume, onSaveInstanceState, onStop, onViewCreated, onViewStateRestored, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivityForResult, toString, unregisterForContextMenupublic static final java.lang.String EXTRA_KEY_BACKSTACK
protected boolean finished
public static final int BIND_AUTO_CREATE
public static final int BIND_DEBUG_UNBIND
public static final int BIND_NOT_FOREGROUND
public void onPrepare(android.app.Activity mainActivity)
mainActivity - public android.content.Context getContext()
getContext in class android.support.v4.app.Fragmentprotected void finishFragment()
public void onStart()
onStart in class android.support.v4.app.Fragmentpublic boolean bindService(android.content.Intent service,
android.content.ServiceConnection conn,
int flags)
public void unbindService(android.content.ServiceConnection conn)
public void startService(android.content.Intent service)
public boolean stopService(android.content.Intent service)
public void setUniversalClientService(UniversalClientService.UniversalClientServiceBinder service)
public void setApplicationInfo(android.content.pm.ApplicationInfo appInfo)
public android.content.pm.ApplicationInfo getApplicationInfo()
protected void finish()
public void setProgressBarIndeterminateVisibility(boolean indeterminate)
public void setProgressBarIndeterminate(boolean value)
public void runOnUiThread(java.lang.Runnable runnable)
public void setTitle(java.lang.CharSequence title)
public void setTitle(int titleId)
public final android.database.Cursor managedQuery(android.net.Uri uri,
java.lang.String[] projection,
java.lang.String selection,
java.lang.String[] selectionArgs,
java.lang.String sortOrder)
public android.content.Intent getIntent()
public void setIntent(android.content.Intent intent)