|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FragmentManager.BackStackEntry
Representation of an entry on the fragment back stack, as created
with FragmentTransaction.addToBackStack()
. Entries can later be
retrieved with FragmentManager.getBackStackEntry()
.
Note that you should never hold on to a BackStackEntry object;
the identifier as returned by getId()
is the only thing that
will be persisted across activity instances.
Method Summary | |
---|---|
java.lang.CharSequence |
getBreadCrumbShortTitle()
Return the short bread crumb title for the entry, or null if it does not have one. |
int |
getBreadCrumbShortTitleRes()
Return the short bread crumb title resource identifier for the entry, or 0 if it does not have one. |
java.lang.CharSequence |
getBreadCrumbTitle()
Return the full bread crumb title for the entry, or null if it does not have one. |
int |
getBreadCrumbTitleRes()
Return the full bread crumb title resource identifier for the entry, or 0 if it does not have one. |
int |
getId()
Return the unique identifier for the entry. |
java.lang.String |
getName()
Get the name that was supplied to FragmentTransaction.addToBackStack(String) when creating this entry. |
Method Detail |
---|
int getId()
java.lang.String getName()
FragmentTransaction.addToBackStack(String)
when creating this entry.
int getBreadCrumbTitleRes()
int getBreadCrumbShortTitleRes()
java.lang.CharSequence getBreadCrumbTitle()
java.lang.CharSequence getBreadCrumbShortTitle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |