public class RxAppCompatDialogFragment extends AppCompatDialogFragment implements com.trello.rxlifecycle.FragmentLifecycleProvider
Fragment.InstantiationException, Fragment.SavedStateSTYLE_NO_FRAME, STYLE_NO_INPUT, STYLE_NO_TITLE, STYLE_NORMAL| Constructor and Description |
|---|
RxAppCompatDialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.trello.rxlifecycle.LifecycleTransformer<T> |
bindToLifecycle() |
<T> com.trello.rxlifecycle.LifecycleTransformer<T> |
bindUntilEvent(com.trello.rxlifecycle.FragmentEvent event) |
Observable<com.trello.rxlifecycle.FragmentEvent> |
lifecycle() |
void |
onAttach(Activity activity) |
void |
onCreate(Bundle savedInstanceState) |
void |
onDestroy() |
void |
onDestroyView() |
void |
onDetach() |
void |
onPause() |
void |
onResume() |
void |
onStart() |
void |
onStop() |
void |
onViewCreated(View view,
Bundle savedInstanceState) |
onCreateDialog, setupDialogdismiss, dismissAllowingStateLoss, getDialog, getLayoutInflater, getShowsDialog, getTheme, isCancelable, onActivityCreated, onCancel, onDismiss, onSaveInstanceState, setCancelable, setShowsDialog, setStyle, show, showdump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, getEnterTransition, getExitTransition, getFragmentManager, getHost, getId, 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, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroyOptionsMenu, onHiddenChanged, onInflate, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, onRequestPermissionsResult, onViewStateRestored, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setRetainInstance, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setTargetFragment, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, toString, unregisterForContextMenu@NonNull @CheckResult public final Observable<com.trello.rxlifecycle.FragmentEvent> lifecycle()
lifecycle in interface com.trello.rxlifecycle.FragmentLifecycleProvider@NonNull @CheckResult public final <T> com.trello.rxlifecycle.LifecycleTransformer<T> bindUntilEvent(@NonNull com.trello.rxlifecycle.FragmentEvent event)
bindUntilEvent in interface com.trello.rxlifecycle.FragmentLifecycleProvider@NonNull @CheckResult public final <T> com.trello.rxlifecycle.LifecycleTransformer<T> bindToLifecycle()
bindToLifecycle in interface com.trello.rxlifecycle.FragmentLifecycleProvider@CallSuper public void onAttach(Activity activity)
onAttach in class DialogFragment@CallSuper public void onCreate(Bundle savedInstanceState)
onCreate in class DialogFragment@CallSuper public void onViewCreated(View view, Bundle savedInstanceState)
onViewCreated in class Fragment@CallSuper public void onStart()
onStart in class DialogFragment@CallSuper public void onResume()
@CallSuper public void onPause()
@CallSuper public void onStop()
onStop in class DialogFragment@CallSuper public void onDestroyView()
onDestroyView in class DialogFragment@CallSuper public void onDestroy()
@CallSuper public void onDetach()
onDetach in class DialogFragment