org.solovyev.android
Class DialogFragmentShower.AlertDialogFragment

java.lang.Object
  extended by android.support.v4.app.Fragment
      extended by android.support.v4.app.DialogFragment
          extended by org.solovyev.android.DialogFragmentShower.AlertDialogFragment
All Implemented Interfaces:
android.content.ComponentCallbacks, android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnDismissListener, android.view.View.OnCreateContextMenuListener
Enclosing class:
DialogFragmentShower

public static final class DialogFragmentShower.AlertDialogFragment
extends DialogFragment

Dirty solution for recreated dialog fragments - dismiss it after showing...


Nested Class Summary
 
Nested classes/interfaces inherited from class android.support.v4.app.Fragment
Fragment.InstantiationException, Fragment.SavedState
 
Field Summary
 
Fields inherited from class android.support.v4.app.DialogFragment
STYLE_NO_FRAME, STYLE_NO_INPUT, STYLE_NO_TITLE, STYLE_NORMAL
 
Constructor Summary
DialogFragmentShower.AlertDialogFragment()
           
 
Method Summary
 void onCreate(android.os.Bundle savedInstanceState)
           
 android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
           
 
Methods inherited from class android.support.v4.app.DialogFragment
dismiss, getDialog, getLayoutInflater, getShowsDialog, getTheme, isCancelable, onActivityCreated, onCancel, onDestroyView, onDismiss, onSaveInstanceState, onStart, onStop, setCancelable, setShowsDialog, setStyle, show, show
 
Methods inherited from class android.support.v4.app.Fragment
dump, equals, getActivity, getArguments, getFragmentManager, getId, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDetach, onHiddenChanged, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenu
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogFragmentShower.AlertDialogFragment

public DialogFragmentShower.AlertDialogFragment()
Method Detail

onCreate

public void onCreate(android.os.Bundle savedInstanceState)
Overrides:
onCreate in class DialogFragment

onCreateDialog

public android.app.Dialog onCreateDialog(android.os.Bundle savedInstanceState)
Overrides:
onCreateDialog in class DialogFragment


Copyright © 2014 se.solovyev. All Rights Reserved.