LazyCollection

class LazyCollection(    layout: CollectionLayout,     itemAnimator: RecyclerView.ItemAnimator?,     itemDecoration: RecyclerView.ItemDecoration? = null,     clipToPadding: Boolean? = null,     clipChildren: Boolean? = null,     startPadding: Dimen? = null,     endPadding: Dimen? = null,     topPadding: Dimen? = null,     bottomPadding: Dimen? = null,     nestedScrollingEnabled: Boolean? = null,     scrollBarStyle: Int? = null,     recyclerViewId: Int? = null,     overScrollMode: Int? = null,     refreshProgressBarBackgroundColor: Int? = null,     refreshProgressBarColor: Int? = null,     touchInterceptor: LithoRecyclerView.TouchInterceptor? = null,     itemTouchListener: RecyclerView.OnItemTouchListener? = null,     sectionTreeTag: String? = null,     startupLogger: LithoStartupLogger? = null,     style: Style? = null,     onViewportChanged: OnViewportChanged? = null,     handle: Handle? = null,     onPullToRefresh: () -> Unit? = null,     onNearEnd: OnNearCallback? = null,     onScrollListener: RecyclerView.OnScrollListener? = null,     onScrollListeners: List<RecyclerView.OnScrollListener?>? = null,     lazyCollectionController: LazyCollectionController? = null,     onDataRendered: OnDataRendered? = null,     onDataBound: OnDataBound? = null,     childEquivalenceIncludesCommonProps: Boolean = true,     alwaysDetectDuplicates: Boolean = false,     isLeftFadingEnabled: Boolean = true,     isRightFadingEnabled: Boolean = true,     isTopFadingEnabled: Boolean = true,     isBottomFadingEnabled: Boolean = true,     fadingEdgeLength: Dimen? = null,     shouldExcludeFromIncrementalMount: Boolean = false,     onBeforeLayout: LithoRecyclerView.OnBeforeLayoutListener? = null,     onAfterLayout: LithoRecyclerView.OnAfterLayoutListener? = null,     lazyCollectionChildren: LazyCollectionChildren) : KComponent

Constructors

Link copied to clipboard
constructor(    layout: CollectionLayout,     itemAnimator: RecyclerView.ItemAnimator?,     itemDecoration: RecyclerView.ItemDecoration? = null,     clipToPadding: Boolean? = null,     clipChildren: Boolean? = null,     startPadding: Dimen? = null,     endPadding: Dimen? = null,     topPadding: Dimen? = null,     bottomPadding: Dimen? = null,     nestedScrollingEnabled: Boolean? = null,     scrollBarStyle: Int? = null,     recyclerViewId: Int? = null,     overScrollMode: Int? = null,     refreshProgressBarBackgroundColor: Int? = null,     refreshProgressBarColor: Int? = null,     touchInterceptor: LithoRecyclerView.TouchInterceptor? = null,     itemTouchListener: RecyclerView.OnItemTouchListener? = null,     sectionTreeTag: String? = null,     startupLogger: LithoStartupLogger? = null,     style: Style? = null,     onViewportChanged: OnViewportChanged? = null,     handle: Handle? = null,     onPullToRefresh: () -> Unit? = null,     onNearEnd: OnNearCallback? = null,     onScrollListener: RecyclerView.OnScrollListener? = null,     onScrollListeners: List<RecyclerView.OnScrollListener?>? = null,     lazyCollectionController: LazyCollectionController? = null,     onDataRendered: OnDataRendered? = null,     onDataBound: OnDataBound? = null,     childEquivalenceIncludesCommonProps: Boolean = true,     alwaysDetectDuplicates: Boolean = false,     isLeftFadingEnabled: Boolean = true,     isRightFadingEnabled: Boolean = true,     isTopFadingEnabled: Boolean = true,     isBottomFadingEnabled: Boolean = true,     fadingEdgeLength: Dimen? = null,     shouldExcludeFromIncrementalMount: Boolean = false,     onBeforeLayout: LithoRecyclerView.OnBeforeLayoutListener? = null,     onAfterLayout: LithoRecyclerView.OnAfterLayoutListener? = null,     lazyCollectionChildren: LazyCollectionChildren)

Functions

Link copied to clipboard
Link copied to clipboard
operator override fun equals(@Nullable other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open fun <T : Any> getDebugAttribute(p0: AttributeKey<T>): T & Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override fun getSimpleName(): String
Link copied to clipboard
fun getTypeId(): Int
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
override fun isEquivalentTo(other: Component?): Boolean
Link copied to clipboard
override fun makeShallowCopy(): Component
Link copied to clipboard
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size)
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size, p4: Boolean)
Link copied to clipboard
open override fun ComponentScope.render(): Component
Link copied to clipboard
Link copied to clipboard
open override fun <T : Any> setDebugAttributeKey(attributeKey: AttributeKey<T>, value: T & Any)
Link copied to clipboard
override fun toString(): String