public class RCTViewPagerManager extends ReactViewPagerManager
NativeModule.NativeMethodCOMMAND_SET_PAGE, COMMAND_SET_PAGE_WITHOUT_ANIMATIONPROP_NATIVE_ID, PROP_TEST_IDMETHOD_TYPE_ASYNC, METHOD_TYPE_PROMISE, METHOD_TYPE_SYNC| Constructor and Description |
|---|
RCTViewPagerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addViews(ReactViewPager parent,
java.util.List<android.view.View> views)
Convenience method for batching a set of addView calls
Note that this adds the views to the beginning of the ViewGroup
|
void |
removeAllViews(ReactViewPager parent) |
addView, createViewInstance, getChildAt, getChildCount, getCommandsMap, getExportedCustomDirectEventTypeConstants, getName, needsCustomLayoutForChildren, receiveCommand, removeViewAt, setPageMargin, setPeekEnabled, setScrollEnabledcreateShadowNodeInstance, getShadowNodeClass, getViewZIndex, removeView, setViewZIndex, shouldPromoteGrandchildren, updateExtraDatasetAccessibilityComponentType, setAccessibilityLabel, setAccessibilityLiveRegion, setBackgroundColor, setElevation, setImportantForAccessibility, setNativeId, setOpacity, setRenderToHardwareTexture, setRotation, setScaleX, setScaleY, setTestId, setTransform, setTranslateX, setTranslateY, setZIndexaddEventEmitters, createShadowNodeInstance, createView, getExportedCustomBubblingEventTypeConstants, getExportedViewConstants, getNativeProps, onAfterUpdateTransaction, onDropViewInstance, updatePropertiescanOverrideExistingModule, getConstants, hasConstants, initialize, onCatalystInstanceDestroypublic void addViews(ReactViewPager parent, java.util.List<android.view.View> views)
ViewGroupManageraddViews in class ViewGroupManager<ReactViewPager>parent - the parent ViewGroupviews - the set of views to addpublic void removeAllViews(ReactViewPager parent)
removeAllViews in class ViewGroupManager<ReactViewPager>