Class

sri.universal.components

View

Related Doc: package components

Permalink

case class View(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, collapsable: UndefOr[Boolean] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = 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[ViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, animatedView: Boolean = false, 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. View
  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 View(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, collapsable: UndefOr[Boolean] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = 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[ViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, animatedView: Boolean = false, 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. val animatedView: Boolean

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

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  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. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  22. final def notify(): Unit

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

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

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

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

    Permalink
  27. val onMagicTap: UndefOr[Function]

    Permalink
  28. val onMoveShouldSetResponder: UndefOr[Function]

    Permalink
  29. val onResponderGrant: UndefOr[Function]

    Permalink
  30. val onResponderMove: UndefOr[Function]

    Permalink
  31. val onResponderReject: UndefOr[Function]

    Permalink
  32. val onResponderRelease: UndefOr[Function]

    Permalink
  33. val onResponderTerminate: UndefOr[Function]

    Permalink
  34. val onResponderTerminationRequest: UndefOr[Function]

    Permalink
  35. val onStartShouldSetResponder: UndefOr[Function]

    Permalink
  36. val onStartShouldSetResponderCapture: UndefOr[Function]

    Permalink
  37. val pointerEvents: UndefOr[PointerEvents]

    Permalink
  38. val ref: UndefOr[Function1[ViewM, _]]

    Permalink
  39. val removeClippedSubviews: UndefOr[Boolean]

    Permalink
  40. val renderToHardwareTextureAndroid: UndefOr[Boolean]

    Permalink
  41. val shouldRasterizeIOS: UndefOr[Boolean]

    Permalink
  42. val style: UndefOr[Any]

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

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

    Permalink
  45. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. 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