public final class SectionParameters
extends java.lang.Object
Section.| Modifier and Type | Class and Description |
|---|---|
static class |
SectionParameters.Builder
Builder of
SectionParameters. |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
emptyResourceId |
boolean |
emptyViewWillBeProvided |
java.lang.Integer |
failedResourceId |
boolean |
failedViewWillBeProvided |
java.lang.Integer |
footerResourceId |
boolean |
footerViewWillBeProvided |
java.lang.Integer |
headerResourceId |
boolean |
headerViewWillBeProvided |
java.lang.Integer |
itemResourceId |
boolean |
itemViewWillBeProvided |
java.lang.Integer |
loadingResourceId |
boolean |
loadingViewWillBeProvided |
| Modifier and Type | Method and Description |
|---|---|
static SectionParameters.Builder |
builder()
Builder static factory method with mandatory parameters of
Section (namely none). |
@LayoutRes public final transient java.lang.Integer itemResourceId
@LayoutRes public final transient java.lang.Integer headerResourceId
@LayoutRes public final transient java.lang.Integer footerResourceId
@LayoutRes public final transient java.lang.Integer loadingResourceId
@LayoutRes public final transient java.lang.Integer failedResourceId
@LayoutRes public final transient java.lang.Integer emptyResourceId
public final transient boolean itemViewWillBeProvided
public final transient boolean headerViewWillBeProvided
public final transient boolean footerViewWillBeProvided
public final transient boolean loadingViewWillBeProvided
public final transient boolean failedViewWillBeProvided
public final transient boolean emptyViewWillBeProvided
public static SectionParameters.Builder builder()
Section (namely none).SectionParameters