public class BaseGuidedStepSupportFragment extends GuidedStepSupportFragment
BaseGuidedStepSupportFragment class is intended for debug purposes. Overridden methods most of the time just adds lifecycle logging.GuidedStepSupportFragment.DummyFragmentFragment.InstantiationException, Fragment.SavedStateEXTRA_UI_STYLE, SLIDE_FROM_BOTTOM, SLIDE_FROM_SIDE, UI_STYLE_ACTIVITY_ROOT, UI_STYLE_DEFAULT, UI_STYLE_ENTRANCE, UI_STYLE_REPLACE| Constructor and Description |
|---|
BaseGuidedStepSupportFragment()
Initialises a newly created
BaseGuidedStepSupportFragment object. |
| Modifier and Type | Method and Description |
|---|---|
protected CoreLogger.Level |
getDebugLevel()
Override to change the logging level.
|
protected String |
getDebugMessage()
Override to change the logging message.
|
void |
onActivityCreated(Bundle savedInstanceState)
Please refer to the base method description.
|
void |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Please refer to the base method description.
|
void |
onAttach(Activity activity)
Please refer to the base method description.
|
void |
onAttach(Context context)
Please refer to the base method description.
|
void |
onAttachFragment(Fragment childFragment)
Please refer to the base method description.
|
void |
onConfigurationChanged(Configuration newConfig)
Please refer to the base method description.
|
void |
onCreate(Bundle savedInstanceState)
Please refer to the base method description.
|
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
Please refer to the base method description.
|
void |
onDestroy()
Please refer to the base method description.
|
void |
onDestroyView()
Please refer to the base method description.
|
void |
onDetach()
Please refer to the base method description.
|
void |
onGuidedActionClicked(GuidedAction action)
Please refer to the base method description.
|
void |
onInflate(Activity activity,
AttributeSet attrs,
Bundle savedInstanceState)
Please refer to the base method description.
|
void |
onInflate(Context context,
AttributeSet attrs,
Bundle savedInstanceState)
Please refer to the base method description.
|
void |
onLowMemory()
Please refer to the base method description.
|
void |
onPause()
Please refer to the base method description.
|
void |
onRequestPermissionsResult(int requestCode,
String[] permissions,
int[] grantResults)
Please refer to the base method description.
|
void |
onResume()
Please refer to the base method description.
|
void |
onSaveInstanceState(Bundle outState)
Please refer to the base method description.
|
void |
onStart()
Please refer to the base method description.
|
void |
onStop()
Please refer to the base method description.
|
void |
onViewCreated(View view,
Bundle savedInstanceState)
Please refer to the base method description.
|
void |
onViewStateRestored(Bundle savedInstanceState)
Please refer to the base method description.
|
void |
setRetainInstance(boolean retain)
Please refer to the base method description.
|
void |
setTargetFragment(Fragment fragment,
int requestCode)
Please refer to the base method description.
|
add, add, addAsRoot, collapseAction, collapseSubActions, expandAction, expandSubActions, findActionById, findActionPositionById, findButtonActionById, findButtonActionPositionById, finishGuidedStepSupportFragments, getActionItemView, getActions, getButtonActionItemView, getButtonActions, getCurrentGuidedStepSupportFragment, getGuidanceStylist, getGuidedActionsStylist, getGuidedButtonActionsStylist, getSelectedActionPosition, getSelectedButtonActionPosition, getUiStyle, isExpanded, isFocusOutEndAllowed, isFocusOutStartAllowed, isSubActionsExpanded, notifyActionChanged, notifyButtonActionChanged, onAddSharedElementTransition, onCreateActions, onCreateActionsStylist, onCreateBackgroundView, onCreateButtonActions, onCreateButtonActionsStylist, onCreateGuidance, onCreateGuidanceStylist, onGuidedActionEditCanceled, onGuidedActionEdited, onGuidedActionEditedAndProceed, onGuidedActionFocused, onProvideFragmentTransitions, onProvideTheme, onSubGuidedActionClicked, popBackStackToGuidedStepSupportFragment, setActions, setButtonActions, setEntranceTransitionType, setSelectedActionPosition, setSelectedButtonActionPosition, setUiStyledump, equals, getActivity, getAllowEnterTransitionOverlap, getAllowReturnTransitionOverlap, getArguments, getChildFragmentManager, getContext, 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, 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, unregisterForContextMenupublic BaseGuidedStepSupportFragment()
BaseGuidedStepSupportFragment object.protected String getDebugMessage()
protected CoreLogger.Level getDebugLevel()
WARNING.@CallSuper public void onActivityCreated(Bundle savedInstanceState)
onActivityCreated in class Fragment@CallSuper public void onActivityResult(int requestCode, int resultCode, Intent data)
onActivityResult in class Fragment@CallSuper public void onAttach(Activity activity)
@CallSuper public void onAttach(Context context)
@CallSuper public void onAttachFragment(Fragment childFragment)
onAttachFragment in class Fragment@CallSuper public void onConfigurationChanged(Configuration newConfig)
onConfigurationChanged in interface ComponentCallbacksonConfigurationChanged in class Fragment@CallSuper public void onCreate(Bundle savedInstanceState)
onCreate in class GuidedStepSupportFragment@CallSuper public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
onCreateView in class GuidedStepSupportFragment@CallSuper public void onDestroy()
@CallSuper public void onDestroyView()
onDestroyView in class GuidedStepSupportFragment@CallSuper public void onDetach()
@CallSuper public void onGuidedActionClicked(GuidedAction action)
onGuidedActionClicked in class GuidedStepSupportFragment@CallSuper public void onInflate(Activity activity, AttributeSet attrs, Bundle savedInstanceState)
@CallSuper public void onInflate(Context context, AttributeSet attrs, Bundle savedInstanceState)
@CallSuper public void onLowMemory()
onLowMemory in interface ComponentCallbacksonLowMemory in class Fragment@CallSuper public void onPause()
@CallSuper public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults)
onRequestPermissionsResult in class Fragment@CallSuper public void onResume()
onResume in class GuidedStepSupportFragment@CallSuper public void onSaveInstanceState(Bundle outState)
onSaveInstanceState in class GuidedStepSupportFragment@CallSuper public void onStart()
@CallSuper public void onStop()
@CallSuper public void onViewCreated(View view, Bundle savedInstanceState)
onViewCreated in class Fragment@CallSuper public void onViewStateRestored(Bundle savedInstanceState)
onViewStateRestored in class Fragment@CallSuper public void setRetainInstance(boolean retain)
setRetainInstance in class Fragment@CallSuper public void setTargetFragment(Fragment fragment, int requestCode)
setTargetFragment in class Fragment
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.