|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v13.app.FragmentCompat
public class FragmentCompat
Helper for accessing features in Fragment
introduced after
API level 13 in a backwards compatible fashion.
Constructor Summary | |
---|---|
FragmentCompat()
|
Method Summary | |
---|---|
static void |
setMenuVisibility(Fragment f,
boolean visible)
Call Fragment.setMenuVisibility(boolean)
if running on an appropriate version of the platform. |
static void |
setUserVisibleHint(Fragment f,
boolean deferStart)
Call setUserVisibleHint(boolean)
if running on an appropriate version of the platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FragmentCompat()
Method Detail |
---|
public static void setMenuVisibility(Fragment f, boolean visible)
Fragment.setMenuVisibility(boolean)
if running on an appropriate version of the platform.
public static void setUserVisibleHint(Fragment f, boolean deferStart)
setUserVisibleHint(boolean)
if running on an appropriate version of the platform.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |