org.solovyev.android.view
Class ViewFromLayoutBuilder<V extends android.view.View>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.