|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.support.v4.app.Fragment
com.bumptech.glide.manager.SupportRequestManagerFragment
public class SupportRequestManagerFragment
A view-less Fragment used to safely store an
RequestManager that can be used to start, stop and manage Glide requests started for
targets within the fragment or activity this fragment is a child of.
RequestManagerFragment,
RequestManagerRetriever,
RequestManager| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.support.v4.app.Fragment |
|---|
Fragment.InstantiationException, Fragment.SavedState |
| Constructor Summary | |
|---|---|
SupportRequestManagerFragment()
|
|
SupportRequestManagerFragment(com.bumptech.glide.manager.ActivityFragmentLifecycle lifecycle)
|
|
| Method Summary | |
|---|---|
Set<SupportRequestManagerFragment> |
getDescendantRequestManagerFragments()
Returns the set of fragments that this RequestManagerFragment's parent is a parent to. |
RequestManager |
getRequestManager()
Returns the current RequestManager or null if none is set. |
RequestManagerTreeNode |
getRequestManagerTreeNode()
Returns the RequestManagerTreeNode that provides tree traversal methods relative to the associated
RequestManager. |
void |
onAttach(Activity activity)
|
void |
onDestroy()
|
void |
onDetach()
|
void |
onLowMemory()
|
void |
onStart()
|
void |
onStop()
|
void |
setRequestManager(RequestManager requestManager)
Sets the current RequestManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SupportRequestManagerFragment()
public SupportRequestManagerFragment(com.bumptech.glide.manager.ActivityFragmentLifecycle lifecycle)
| Method Detail |
|---|
public void setRequestManager(RequestManager requestManager)
RequestManager.
requestManager - The manager to set.public RequestManager getRequestManager()
RequestManager or null if none is set.
public RequestManagerTreeNode getRequestManagerTreeNode()
RequestManagerTreeNode that provides tree traversal methods relative to the associated
RequestManager.
public Set<SupportRequestManagerFragment> getDescendantRequestManagerFragments()
public void onAttach(Activity activity)
onAttach in class Fragmentpublic void onDetach()
onDetach in class Fragmentpublic void onStart()
onStart in class Fragmentpublic void onStop()
onStop in class Fragmentpublic void onDestroy()
onDestroy in class Fragmentpublic void onLowMemory()
onLowMemory in interface ComponentCallbacksonLowMemory in class Fragment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||