org.solovyev.android.view
Class ViewFromLayoutBuilder<V extends android.view.View>

java.lang.Object
  extended by org.solovyev.android.view.ViewFromLayoutBuilder<V>
All Implemented Interfaces:
ViewBuilder<V>

public class ViewFromLayoutBuilder<V extends android.view.View>
extends Object
implements ViewBuilder<V>

User: serso Date: 4/18/12 Time: 12:57 AM


Method Summary
 V build(android.content.Context context)
           
static
<V extends android.view.View>
ViewFromLayoutBuilder<V>
newInstance(int layoutId)
           
static
<V extends android.view.View>
ViewFromLayoutBuilder<V>
newInstance(int layoutId, int viewId)
           
 void setLayoutInflater(android.view.LayoutInflater layoutInflater)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

@Nonnull
public static <V extends android.view.View> ViewFromLayoutBuilder<V> newInstance(int layoutId,
                                                                                         int viewId)

newInstance

@Nonnull
public static <V extends android.view.View> ViewFromLayoutBuilder<V> newInstance(int layoutId)

setLayoutInflater

public void setLayoutInflater(@Nullable
                              android.view.LayoutInflater layoutInflater)

build

@Nonnull
public V build(@Nonnull
                       android.content.Context context)
Specified by:
build in interface ViewBuilder<V extends android.view.View>


Copyright © 2014 se.solovyev. All Rights Reserved.