Interface | Description |
---|---|
LinearLayoutInfoFactory |
A Factory used to create
LinearLayoutInfo s in ListRecyclerConfiguration . |
RecyclerConfiguration |
A configuration object the
RecyclerCollectionComponent will use to determine which layout
manager should be used for the RecyclerView |
Class | Description |
---|---|
GridRecyclerConfiguration<T extends SectionTree.Target & Binder<RecyclerView>> |
A configuration object for
RecyclerCollectionComponent that will create a
GridLayoutManager for the RecyclerView . |
ListRecyclerConfiguration<T extends SectionTree.Target & Binder<RecyclerView>> |
A configuration object for
RecyclerCollectionComponent that will create a
LinearLayoutManager for the RecyclerView . |
NotAnimatedItemAnimator |
An animator that disables all animations in a
RecyclerView
From java/com/facebook/fbreact/views/recyclerview/NotAnimatedItemAnimator.java |
RecyclerBinderConfiguration |
Configuration setting for
RecyclerBinder . |
RecyclerCollectionComponent | |
RecyclerCollectionComponent.Builder | |
RecyclerCollectionEventsController |
An controller that can be passed as
Prop to a
RecyclerCollection component to trigger events from outside the component hierarchy. |
ScrollEvent |
An event that is triggered when a scroll action is requested/performed.
|
SectionBinderTarget |
Implementation of
SectionTree.Target that uses a RecyclerBinder . |
StaggeredGridRecyclerConfiguration<T extends SectionTree.Target & Binder<RecyclerView>> |
A configuration object for
RecyclerCollectionComponent that will create a StaggeredGridLayoutManager for the RecyclerView . |
StartSnapHelper |
Annotation Type | Description |
---|---|
ListRecyclerConfiguration.SnapMode |