public static class ProgressDialogFragment.ProgressLoaderDialogFragment extends ProgressDialogFragment
ProgressLoaderDialogFragment
class is intended to display a data loading progress indicator to the user.ProgressDialogFragment.ProgressLoaderDialogFragment
Fragment.InstantiationException, Fragment.SavedState
ARG_PARENT, ARG_TEXT, ARG_THEME
STYLE_NO_FRAME, STYLE_NO_INPUT, STYLE_NO_TITLE, STYLE_NORMAL
Constructor and Description |
---|
ProgressDialogFragment.ProgressLoaderDialogFragment()
Initialises a newly created
ProgressLoaderDialogFragment object. |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel()
Cancels all currently running
loaders . |
static ProgressDialogFragment.ProgressLoaderDialogFragment |
newInstance(String text)
Creates new instance of
ProgressLoaderDialogFragment object. |
getMessage, newInstance, onActivityCreated, onActivityResult, onCancel, onCreateDialog, onStart, setConfirmation, startDialog, stopDialog
dismiss, setTheme, start, stop
getDebugLevel, getDebugMessage, onAttach, onAttach, onConfigurationChanged, onCreate, onCreateView, onDestroy, onDestroyView, onDetach, onDismiss, onInflate, onInflate, onLowMemory, onPause, onRequestPermissionsResult, onResume, onSaveInstanceState, onStop, onViewCreated, onViewStateRestored, setRetainInstance, setTargetFragment
dismissAllowingStateLoss, getDialog, getLayoutInflater, getShowsDialog, getTheme, isCancelable, setCancelable, setShowsDialog, setStyle, setupDialog, show, show
dump, 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, onAttachFragment, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onDestroyOptionsMenu, onHiddenChanged, onMultiWindowModeChanged, onOptionsItemSelected, onOptionsMenuClosed, onPictureInPictureModeChanged, onPrepareOptionsMenu, postponeEnterTransition, registerForContextMenu, requestPermissions, setAllowEnterTransitionOverlap, setAllowReturnTransitionOverlap, setArguments, setEnterSharedElementCallback, setEnterTransition, setExitSharedElementCallback, setExitTransition, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setReenterTransition, setReturnTransition, setSharedElementEnterTransition, setSharedElementReturnTransition, setUserVisibleHint, shouldShowRequestPermissionRationale, startActivity, startActivity, startActivityForResult, startActivityForResult, startIntentSenderForResult, startPostponedEnterTransition, toString, unregisterForContextMenu
public ProgressDialogFragment.ProgressLoaderDialogFragment()
ProgressLoaderDialogFragment
object.@NonNull public static ProgressDialogFragment.ProgressLoaderDialogFragment newInstance(String text)
ProgressLoaderDialogFragment
object.text
- The dialog message's textProgressLoaderDialogFragment
objectprotected void cancel()
loaders
.cancel
in class ProgressDialogFragment
Copyright © 2015-2017 akha, a.k.a. Alexander Kharitonov
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.