public static final class ViewPagerHelperSection.Builder<T> extends Section.Builder<ViewPagerHelperSection.Builder<T>>
mResourceResolver| Modifier and Type | Method and Description |
|---|---|
ViewPagerHelperSection |
build() |
ViewPagerHelperSection.Builder<T> |
delegateSection(DataDiffSection<T> delegateSection) |
ViewPagerHelperSection.Builder<T> |
getThis() |
ViewPagerHelperSection.Builder<T> |
initialPageIndex(int initialPageIndex) |
ViewPagerHelperSection.Builder<T> |
key(java.lang.String key)
Sets the key of this
Section local to its parent. |
ViewPagerHelperSection.Builder<T> |
loadingEventHandler(EventHandler<LoadingEvent> loadingEventHandler) |
ViewPagerHelperSection.Builder<T> |
pageSelectedEventEventHandler(EventHandler<PageSelectedEvent> pageSelectedEventEventHandler) |
checkArgs, handlepublic ViewPagerHelperSection.Builder<T> delegateSection(DataDiffSection<T> delegateSection)
public ViewPagerHelperSection.Builder<T> initialPageIndex(int initialPageIndex)
public ViewPagerHelperSection.Builder<T> pageSelectedEventEventHandler(EventHandler<PageSelectedEvent> pageSelectedEventEventHandler)
public ViewPagerHelperSection.Builder<T> key(java.lang.String key)
Section.BuilderSection local to its parent.key in class Section.Builder<ViewPagerHelperSection.Builder<T>>public ViewPagerHelperSection.Builder<T> loadingEventHandler(EventHandler<LoadingEvent> loadingEventHandler)
loadingEventHandler in class Section.Builder<ViewPagerHelperSection.Builder<T>>public ViewPagerHelperSection.Builder<T> getThis()
getThis in class Section.Builder<ViewPagerHelperSection.Builder<T>>public ViewPagerHelperSection build()
build in class Section.Builder<ViewPagerHelperSection.Builder<T>>Section.