public class BaseVerticalGridSupportFragment extends VerticalGridSupportFragment
BaseVerticalGridSupportFragment class is intended for debug purposes. Overridden methods most of the time just adds lifecycle logging.Fragment.InstantiationException, Fragment.SavedState| Constructor and Description |
|---|
BaseVerticalGridSupportFragment()
Initialises a newly created
BaseVerticalGridSupportFragment 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.
|
ProgressBarManager |
getProgressBarManager() |
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.
|
protected void |
onEntranceTransitionEnd() |
protected void |
onEntranceTransitionPrepare() |
protected void |
onEntranceTransitionStart() |
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.
|
createEntranceTransition, getAdapter, getGridPresenter, getOnItemViewClickedListener, runEntranceTransition, setAdapter, setGridPresenter, setOnItemViewClickedListener, setOnItemViewSelectedListener, setSelectedPositiongetBadgeDrawable, getSearchAffordanceColor, getSearchAffordanceColors, getTitle, getTitleView, getTitleViewAdapter, installTitleView, isShowingTitle, onInflateTitleView, setBadgeDrawable, setOnSearchClickedListener, setSearchAffordanceColor, setSearchAffordanceColors, setTitle, setTitleView, showTitle, showTitledump, 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 BaseVerticalGridSupportFragment()
BaseVerticalGridSupportFragment 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)
@CallSuper public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
onCreateView in class VerticalGridSupportFragment@CallSuper public void onDestroy()
@CallSuper public void onDestroyView()
onDestroyView in class VerticalGridSupportFragment@CallSuper public void onDetach()
@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()
onPause in class BrandedSupportFragment@CallSuper public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults)
onRequestPermissionsResult in class Fragment@CallSuper public void onResume()
onResume in class BrandedSupportFragment@CallSuper public void onSaveInstanceState(Bundle outState)
onSaveInstanceState in class BrandedSupportFragment@CallSuper public void onStart()
onStart in class VerticalGridSupportFragment@CallSuper public void onStop()
@CallSuper public void onViewCreated(View view, Bundle savedInstanceState)
onViewCreated in class VerticalGridSupportFragment@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 Fragmentprotected void onEntranceTransitionPrepare()
protected void onEntranceTransitionStart()
protected void onEntranceTransitionEnd()
public final ProgressBarManager getProgressBarManager()
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.