org.solovyev.android.fragments
Class SimpleMultiPaneFragmentManager
java.lang.Object
org.solovyev.android.fragments.MultiPaneFragmentManager
org.solovyev.android.fragments.SimpleMultiPaneFragmentManager
public class SimpleMultiPaneFragmentManager
- extends MultiPaneFragmentManager
| Methods inherited from class org.solovyev.android.fragments.MultiPaneFragmentManager |
copyState, emptifyFragmentPane, emptifyMainFragment, getActivity, getFragment, goBack, goBack, goBackImmediately, isFragmentShown, removeFragment, setFragment, setMainFragment, setMainFragment, setMainFragment, setMainFragment, setMainFragment, setMainFragment, setMainFragment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMultiPaneFragmentManager
public SimpleMultiPaneFragmentManager(@Nonnull
FragmentActivity activity,
@Nonnull
Class<? extends Fragment> emptyFragmentClass)
setSecondFragment
public void setSecondFragment(@Nonnull
Class<? extends Fragment> fragmentClass,
@Nullable
android.os.Bundle fragmentArgs,
@Nullable
org.solovyev.common.JPredicate<Fragment> reuseCondition,
@Nonnull
String fragmentTag,
boolean addToBackStack)
setSecondFragment
public void setSecondFragment(@Nonnull
org.solovyev.common.Builder<Fragment> fragmentBuilder,
@Nullable
org.solovyev.common.JPredicate<Fragment> reuseCondition,
@Nonnull
String fragmentTag)
emptifySecondFragment
public void emptifySecondFragment()
isDualPane
public boolean isDualPane()
isTriplePane
public boolean isTriplePane()
isFirstPane
public boolean isFirstPane(@Nullable
android.view.View parent)
isSecondPane
public boolean isSecondPane(@Nullable
android.view.View parent)
isThirdPane
public boolean isThirdPane(@Nullable
android.view.View parent)
onCreateView
public void onCreateView(@Nullable
android.view.View paneParent,
@Nonnull
android.view.View pane)
Copyright © 2013. All Rights Reserved.