public class RecyclerViewBackedScrollViewManager extends ViewGroupManager<RecyclerViewBackedScrollView> implements ReactScrollViewCommandHelper.ScrollCommandHandler<RecyclerViewBackedScrollView>
RecyclerViewBackedScrollView.PROP_TEST_ID| Constructor and Description |
|---|
RecyclerViewBackedScrollViewManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addView(RecyclerViewBackedScrollView parent,
android.view.View child,
int index) |
protected RecyclerViewBackedScrollView |
createViewInstance(ThemedReactContext reactContext)
Subclasses should return a new View instance of the proper type.
|
android.view.View |
getChildAt(RecyclerViewBackedScrollView parent,
int index) |
int |
getChildCount(RecyclerViewBackedScrollView parent) |
java.lang.String |
getName() |
void |
receiveCommand(RecyclerViewBackedScrollView view,
int commandId,
ReadableArray args)
Provides implementation of commands supported by
ReactScrollViewManager |
void |
removeViewAt(RecyclerViewBackedScrollView parent,
int index) |
void |
scrollTo(RecyclerViewBackedScrollView view,
ReactScrollViewCommandHelper.ScrollToCommandData data) |
void |
scrollWithoutAnimationTo(RecyclerViewBackedScrollView view,
ReactScrollViewCommandHelper.ScrollToCommandData data) |
createShadowNodeInstance, getShadowNodeClass, needsCustomLayoutForChildren, updateExtraDatasetAccessibilityComponentType, setAccessibilityLabel, setAccessibilityLiveRegion, setBackgroundColor, setDecomposedMatrix, setImportantForAccessibility, setOpacity, setRenderToHardwareTexture, setRotation, setScaleX, setScaleY, setTestId, setTranslateX, setTranslateYaddEventEmitters, createView, getCommandsMap, getExportedCustomBubblingEventTypeConstants, getExportedCustomDirectEventTypeConstants, getExportedViewConstants, getNativeProps, onAfterUpdateTransaction, onDropViewInstance, updatePropertiespublic java.lang.String getName()
getName in class ViewManager<RecyclerViewBackedScrollView,LayoutShadowNode>protected RecyclerViewBackedScrollView createViewInstance(ThemedReactContext reactContext)
ViewManagercreateViewInstance in class ViewManager<RecyclerViewBackedScrollView,LayoutShadowNode>public void addView(RecyclerViewBackedScrollView parent, android.view.View child, int index)
addView in class ViewGroupManager<RecyclerViewBackedScrollView>public int getChildCount(RecyclerViewBackedScrollView parent)
getChildCount in class ViewGroupManager<RecyclerViewBackedScrollView>public android.view.View getChildAt(RecyclerViewBackedScrollView parent, int index)
getChildAt in class ViewGroupManager<RecyclerViewBackedScrollView>public void removeViewAt(RecyclerViewBackedScrollView parent, int index)
removeViewAt in class ViewGroupManager<RecyclerViewBackedScrollView>public void receiveCommand(RecyclerViewBackedScrollView view, int commandId, @Nullable ReadableArray args)
ReactScrollViewManagerreceiveCommand in class ViewManager<RecyclerViewBackedScrollView,LayoutShadowNode>view - View instance that should receive the commandcommandId - code of the commandargs - optional arguments for the commandpublic void scrollTo(RecyclerViewBackedScrollView view, ReactScrollViewCommandHelper.ScrollToCommandData data)
scrollTo in interface ReactScrollViewCommandHelper.ScrollCommandHandler<RecyclerViewBackedScrollView>public void scrollWithoutAnimationTo(RecyclerViewBackedScrollView view, ReactScrollViewCommandHelper.ScrollToCommandData data)
scrollWithoutAnimationTo in interface ReactScrollViewCommandHelper.ScrollCommandHandler<RecyclerViewBackedScrollView>