public interface RecyclerConfiguration
RecyclerCollectionComponent
will use to determine which layout
manager should be used for the RecyclerView
Modifier and Type | Interface and Description |
---|---|
static interface |
RecyclerConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
RecyclerConfiguration.Builder |
acquireBuilder() |
LayoutInfo |
getLayoutInfo(ComponentContext c) |
int |
getOrientation() |
RecyclerBinderConfiguration |
getRecyclerBinderConfiguration() |
SnapHelper |
getSnapHelper() |
int |
getSnapMode() |
RecyclerConfiguration.Builder acquireBuilder()
SnapHelper getSnapHelper()
int getSnapMode()
int getOrientation()
LayoutInfo getLayoutInfo(ComponentContext c)
RecyclerBinderConfiguration getRecyclerBinderConfiguration()