public final class LayoutPresenters
extends java.lang.Object
LayoutPresenter.| Modifier and Type | Class and Description |
|---|---|
static class |
LayoutPresenters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LayoutPresenter |
layout(int layoutId)
Creates a simple
LayoutPresenter for the layoutId. |
static LayoutPresenters.Builder |
layoutPresenterFor(int layoutId)
Starts the creation of a
LayoutPresenter. |
@NonNull public static LayoutPresenters.Builder layoutPresenterFor(@LayoutRes int layoutId)
LayoutPresenter.@NonNull public static LayoutPresenter layout(@LayoutRes int layoutId)
LayoutPresenter for the layoutId.