public class ViewFromLayoutBuilder<V extends android.view.View> extends Object implements ViewBuilder<V>
| Modifier and Type | Method and Description |
|---|---|
V |
build(android.content.Context context) |
static <V extends android.view.View> |
newInstance(int layoutId) |
static <V extends android.view.View> |
newInstance(int layoutId,
int viewId) |
void |
setLayoutInflater(android.view.LayoutInflater layoutInflater) |
@Nonnull public static <V extends android.view.View> ViewFromLayoutBuilder<V> newInstance(int layoutId, int viewId)
@Nonnull public static <V extends android.view.View> ViewFromLayoutBuilder<V> newInstance(int layoutId)
public void setLayoutInflater(@Nullable android.view.LayoutInflater layoutInflater)
Copyright © 2015 se.solovyev. All Rights Reserved.