org.solovyev.android.fragments
Class ReflectionFragmentBuilder<F extends Fragment>

java.lang.Object
  extended by org.solovyev.android.fragments.ReflectionFragmentBuilder<F>
All Implemented Interfaces:
org.solovyev.common.Builder<F>

public class ReflectionFragmentBuilder<F extends Fragment>
extends Object
implements org.solovyev.common.Builder<F>


Method Summary
 F build()
           
static
<F extends Fragment>
ReflectionFragmentBuilder<F>
forClass(android.content.Context context, Class<? extends F> fragmentClass, android.os.Bundle fragmentArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forClass

@Nonnull
public static <F extends Fragment> ReflectionFragmentBuilder<F> forClass(@Nonnull
                                                                                 android.content.Context context,
                                                                                 @Nonnull
                                                                                 Class<? extends F> fragmentClass,
                                                                                 @Nullable
                                                                                 android.os.Bundle fragmentArgs)

build

@Nonnull
public F build()
Specified by:
build in interface org.solovyev.common.Builder<F extends Fragment>


Copyright © 2013. All Rights Reserved.