public class RCTViewPagerManager extends ReactViewPagerManager
BaseJavaModule.JavaMethodNativeModule.NativeMethodCOMMAND_SET_PAGE, COMMAND_SET_PAGE_WITHOUT_ANIMATION, REACT_CLASSmZIndexHashPROP_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, setScrollEnabledcreateShadowNodeInstance, getShadowNodeClass, removeView, reorderChildrenByZIndex, setViewZIndex, shouldPromoteGrandchildren, updateExtraDatasetAccessibilityComponentType, setAccessibilityLabel, setAccessibilityLiveRegion, setBackgroundColor, setElevation, setImportantForAccessibility, setOpacity, setRenderToHardwareTexture, setRotation, setScaleX, setScaleY, setTestId, setTransform, setTranslateX, setTranslateY, setZIndexaddEventEmitters, createView, getExportedCustomBubblingEventTypeConstants, getExportedViewConstants, getNativeProps, onAfterUpdateTransaction, onDropViewInstance, updatePropertiescanOverrideExistingModule, getConstants, getMethods, initialize, onCatalystInstanceDestroy, supportsWebWorkerspublic 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>