ExperimentalRecycler

class ExperimentalRecycler(binder: Binder<RecyclerView>, hasFixedSize: Boolean = true, isClipToPaddingEnabled: Boolean = true, leftPadding: Int = 0, topPadding: Int = 0, rightPadding: Int = 0, bottomPadding: Int = 0, refreshProgressBarBackgroundColor: Int? = null, refreshProgressBarColor: Int = Color.BLACK, isClipChildrenEnabled: Boolean = true, isNestedScrollingEnabled: Boolean = true, scrollBarStyle: Int = View.SCROLLBARS_INSIDE_OVERLAY, itemDecoration: RecyclerView.ItemDecoration? = null, isHorizontalFadingEdgeEnabled: Boolean = false, isVerticalFadingEdgeEnabled: Boolean = false, fadingEdgeLength: Dimen = 0.dp, @IdRes recyclerViewId: Int = View.NO_ID, overScrollMode: Int = View.OVER_SCROLL_ALWAYS, contentDescription: CharSequence? = null, itemAnimator: RecyclerView.ItemAnimator = DEFAULT_ITEM_ANIMATOR, recyclerEventsController: RecyclerEventsController? = null, onScrollListeners: List<RecyclerView.OnScrollListener?> = emptyList(), snapHelper: SnapHelper? = null, isPullToRefreshEnabled: Boolean = true, touchInterceptor: LithoRecyclerView.TouchInterceptor? = null, onItemTouchListener: RecyclerView.OnItemTouchListener? = null, onRefresh: () -> Unit? = null, sectionsViewLogger: SectionsRecyclerView.SectionsRecyclerViewLogger? = null, useTwoBindersRecycler: Boolean = false, enableSeparateAnimatorBinder: Boolean = false, style: Style? = null) : MountableComponent

Constructors

Link copied to clipboard
fun ExperimentalRecycler(binder: Binder<RecyclerView>, hasFixedSize: Boolean = true, isClipToPaddingEnabled: Boolean = true, leftPadding: Int = 0, topPadding: Int = 0, rightPadding: Int = 0, bottomPadding: Int = 0, refreshProgressBarBackgroundColor: Int? = null, refreshProgressBarColor: Int = Color.BLACK, isClipChildrenEnabled: Boolean = true, isNestedScrollingEnabled: Boolean = true, scrollBarStyle: Int = View.SCROLLBARS_INSIDE_OVERLAY, itemDecoration: RecyclerView.ItemDecoration? = null, isHorizontalFadingEdgeEnabled: Boolean = false, isVerticalFadingEdgeEnabled: Boolean = false, fadingEdgeLength: Dimen = 0.dp, @IdRes recyclerViewId: Int = View.NO_ID, overScrollMode: Int = View.OVER_SCROLL_ALWAYS, contentDescription: CharSequence? = null, itemAnimator: RecyclerView.ItemAnimator = DEFAULT_ITEM_ANIMATOR, recyclerEventsController: RecyclerEventsController? = null, onScrollListeners: List<RecyclerView.OnScrollListener?> = emptyList(), snapHelper: SnapHelper? = null, isPullToRefreshEnabled: Boolean = true, touchInterceptor: LithoRecyclerView.TouchInterceptor? = null, onItemTouchListener: RecyclerView.OnItemTouchListener? = null, onRefresh: () -> Unit? = null, sectionsViewLogger: SectionsRecyclerView.SectionsRecyclerViewLogger? = null, useTwoBindersRecycler: Boolean = false, enableSeparateAnimatorBinder: Boolean = false, style: Style? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
override fun dispatchOnEvent(p0: EventHandler<Any>, p1: Any): Any?
Link copied to clipboard
operator override fun equals(@Nullable other: Any?): Boolean
Link copied to clipboard
open fun <T : Any> getAttribute(p0: AttributeKey<T>): T
Link copied to clipboard
fun getCommonProps(): CommonProps?
Link copied to clipboard
override fun getEventDispatcher(): EventDispatcher
Link copied to clipboard
fun getHandle(): Handle?
Link copied to clipboard
override fun getMountType(): Component.MountType
Link copied to clipboard
override fun getSimpleName(): String
Link copied to clipboard
fun getTypeId(): Int
Link copied to clipboard
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun isEquivalentProps(other: Component?, shouldCompareCommonProps: Boolean): Boolean
Link copied to clipboard
override fun isEquivalentTo(@Nullable other: Component?): Boolean
fun isEquivalentTo(@Nullable p0: Component?, p1: Boolean): 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
fun measureMightNotCacheInternalNode(p0: ComponentContext, p1: Int, p2: Int, p3: Size)
Link copied to clipboard
open override fun MountableComponentScope.render(): MountableRenderResult
Link copied to clipboard
open override fun <T : Any> setAttributeKey(p0: AttributeKey<T>, p1: T)
Link copied to clipboard
override fun toString(): String

Extensions

Link copied to clipboard
val Component?.overlayRenderCount: Component?