public class RecyclerViewBackedScrollViewManager extends ViewGroupManager<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 |
removeView(RecyclerViewBackedScrollView parent,
android.view.View child) |
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, receiveCommand, updateProperties, updateViewpublic 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 removeView(RecyclerViewBackedScrollView parent, android.view.View child)
removeView in class ViewGroupManager<RecyclerViewBackedScrollView>