org.solovyev.android.view
Class TextViewBuilder

java.lang.Object
  extended by org.solovyev.android.view.TextViewBuilder
All Implemented Interfaces:
UpdatableViewBuilder<android.widget.TextView>, ViewBuilder<android.widget.TextView>

public class TextViewBuilder
extends Object
implements UpdatableViewBuilder<android.widget.TextView>

User: serso Date: 4/19/12 Time: 11:50 PM


Method Summary
 android.widget.TextView build(android.content.Context context)
           
static UpdatableViewBuilder<android.widget.TextView> newInstance(int textViewLayoutId, String tag)
           
 android.widget.TextView updateView(android.content.Context context, android.view.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

@Nonnull
public static UpdatableViewBuilder<android.widget.TextView> newInstance(int textViewLayoutId,
                                                                                @Nullable
                                                                                String tag)

build

@Nonnull
public android.widget.TextView build(@Nonnull
                                             android.content.Context context)
Specified by:
build in interface ViewBuilder<android.widget.TextView>

updateView

@Nonnull
public android.widget.TextView updateView(@Nonnull
                                                  android.content.Context context,
                                                  @Nonnull
                                                  android.view.View view)
Specified by:
updateView in interface UpdatableViewBuilder<android.widget.TextView>


Copyright © 2014 se.solovyev. All Rights Reserved.