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, 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, 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. def clone(): AnyRef

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

    Permalink
  12. val collapsible: UndefOr[Boolean]

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

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

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

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

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
  21. final def notify(): Unit

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

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

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

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

    Permalink
  26. val onMagicTap: UndefOr[Function]

    Permalink
  27. val onMoveShouldSetResponder: UndefOr[Function]

    Permalink
  28. val onResponderGrant: UndefOr[Function]

    Permalink
  29. val onResponderMove: UndefOr[Function]

    Permalink
  30. val onResponderReject: UndefOr[Function]

    Permalink
  31. val onResponderRelease: UndefOr[Function]

    Permalink
  32. val onResponderTerminate: UndefOr[Function]

    Permalink
  33. val onResponderTerminationRequest: UndefOr[Function]

    Permalink
  34. val onStartShouldSetResponder: UndefOr[Function]

    Permalink
  35. val onStartShouldSetResponderCapture: UndefOr[Function]

    Permalink
  36. val pointerEvents: UndefOr[PointerEvents]

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

    Permalink
  38. val removeClippedSubviews: UndefOr[Boolean]

    Permalink
  39. val renderToHardwareTextureAndroid: UndefOr[Boolean]

    Permalink
  40. val shouldRasterizeIOS: UndefOr[Boolean]

    Permalink
  41. val style: UndefOr[Any]

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

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

    Permalink
  44. final def wait(): Unit

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

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