-
- All Implemented Interfaces:
-
com.airbnb.epoxy.ModelCollector,com.airbnb.epoxy.stickyheader.StickyHeaderCallbacks
public abstract class SimplePagingEpoxyController<T> extends PagingEpoxyController<T>
Use this version of PagingEpoxyController if you don't have any other model types to build (eg header, footer, etc). This will build one model for each item in the list by calling buildModel
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.airbnb.epoxy.paging.PagingEpoxyController
getCurrentList, getPagedList, setConfig, setList, setList, totalListSize -
Methods inherited from class com.airbnb.epoxy.EpoxyController
add, addInterceptor, addModelBuildListener, cancelPendingModelBuild, getAdapter, getSpanCount, getSpanSizeLookup, hasPendingModelBuild, isDebugLoggingEnabled, isDuplicateFilteringEnabled, isMultiSpan, isStickyHeader, moveModel, notifyModelChanged, onRestoreInstanceState, onSaveInstanceState, removeInterceptor, removeModelBuildListener, requestDelayedModelBuild, requestModelBuild, setDebugLoggingEnabled, setFilterDuplicates, setGlobalDebugLoggingEnabled, setGlobalDuplicateFilteringDefault, setGlobalExceptionHandler, setSpanCount, setupStickyHeaderView, teardownStickyHeaderView -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-