Class

sri.universal.components

KeyboardAvoidingView

Related Doc: package components

Permalink

case class KeyboardAvoidingView(onResponderReject: UndefOr[Function] = js.undefined, renderToHardwareTextureAndroid: UndefOr[Boolean] = js.undefined, onStartShouldSetResponder: UndefOr[Function] = js.undefined, onResponderRelease: UndefOr[Function] = js.undefined, onMagicTap: UndefOr[Function] = js.undefined, onResponderMove: UndefOr[Function] = js.undefined, style: UndefOr[Any] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, collapsable: UndefOr[Boolean] = js.undefined, keyboardVerticalOffset: UndefOr[Double] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, behavior: UndefOr[KeyboardAvoidingViewBehaviour] = js.undefined, onAccessibilityTap: UndefOr[Function0[_]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, AccessibilityComponentType: UndefOr[Any] = js.undefined, onMoveShouldSetResponder: UndefOr[Function] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[KeyboardAvoidingViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, needsOffscreenAlphaCompositing: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, onResponderTerminationRequest: UndefOr[Function] = js.undefined, testID: UndefOr[String] = js.undefined, pointerEvents: UndefOr[PointerEvents] = js.undefined, onResponderTerminate: UndefOr[Function] = js.undefined, onStartShouldSetResponderCapture: UndefOr[Function] = js.undefined, onResponderGrant: UndefOr[Function] = js.undefined, importantForAccessibility: UndefOr[ImportantForAccessibility] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyboardAvoidingView
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeyboardAvoidingView(onResponderReject: UndefOr[Function] = js.undefined, renderToHardwareTextureAndroid: UndefOr[Boolean] = js.undefined, onStartShouldSetResponder: UndefOr[Function] = js.undefined, onResponderRelease: UndefOr[Function] = js.undefined, onMagicTap: UndefOr[Function] = js.undefined, onResponderMove: UndefOr[Function] = js.undefined, style: UndefOr[Any] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, collapsable: UndefOr[Boolean] = js.undefined, keyboardVerticalOffset: UndefOr[Double] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, behavior: UndefOr[KeyboardAvoidingViewBehaviour] = js.undefined, onAccessibilityTap: UndefOr[Function0[_]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, AccessibilityComponentType: UndefOr[Any] = js.undefined, onMoveShouldSetResponder: UndefOr[Function] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[KeyboardAvoidingViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, needsOffscreenAlphaCompositing: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, onResponderTerminationRequest: UndefOr[Function] = js.undefined, testID: UndefOr[String] = js.undefined, pointerEvents: UndefOr[PointerEvents] = js.undefined, onResponderTerminate: UndefOr[Function] = js.undefined, onStartShouldSetResponderCapture: UndefOr[Function] = js.undefined, onResponderGrant: UndefOr[Function] = js.undefined, importantForAccessibility: UndefOr[ImportantForAccessibility] = js.undefined, accessible: UndefOr[Boolean] = js.undefined)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AccessibilityComponentType: UndefOr[Any]

    Permalink
  5. val accessibilityLabel: UndefOr[String]

    Permalink
  6. val accessibilityTraits: UndefOr[Seq[AccessibilityTraits]]

    Permalink
  7. val accessible: UndefOr[Boolean]

    Permalink
  8. def apply(children: ReactNode*): ReactElement

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val behavior: UndefOr[KeyboardAvoidingViewBehaviour]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val collapsable: UndefOr[Boolean]

    Permalink
  13. val collapsible: UndefOr[Boolean]

    Permalink
  14. val contentContainerStyle: UndefOr[Any]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val importantForAccessibility: UndefOr[ImportantForAccessibility]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val key: UndefOr[String]

    Permalink
  21. val keyboardVerticalOffset: UndefOr[Double]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. val needsOffscreenAlphaCompositing: UndefOr[Boolean]

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val onAcccessibilityTap: UndefOr[Function]

    Permalink
  27. val onAccessibilityTap: UndefOr[Function0[_]]

    Permalink
  28. val onLayout: UndefOr[Function1[LayoutEvent, _]]

    Permalink
  29. val onMagicTap: UndefOr[Function]

    Permalink
  30. val onMoveShouldSetResponder: UndefOr[Function]

    Permalink
  31. val onResponderGrant: UndefOr[Function]

    Permalink
  32. val onResponderMove: UndefOr[Function]

    Permalink
  33. val onResponderReject: UndefOr[Function]

    Permalink
  34. val onResponderRelease: UndefOr[Function]

    Permalink
  35. val onResponderTerminate: UndefOr[Function]

    Permalink
  36. val onResponderTerminationRequest: UndefOr[Function]

    Permalink
  37. val onStartShouldSetResponder: UndefOr[Function]

    Permalink
  38. val onStartShouldSetResponderCapture: UndefOr[Function]

    Permalink
  39. val pointerEvents: UndefOr[PointerEvents]

    Permalink
  40. val ref: UndefOr[Function1[KeyboardAvoidingViewM, _]]

    Permalink
  41. val removeClippedSubviews: UndefOr[Boolean]

    Permalink
  42. val renderToHardwareTextureAndroid: UndefOr[Boolean]

    Permalink
  43. val shouldRasterizeIOS: UndefOr[Boolean]

    Permalink
  44. val style: UndefOr[Any]

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. val testID: UndefOr[String]

    Permalink
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped