Class

sri.mobile.components

WebView

Related Doc: package components

Permalink

case class WebView(contentInset: UndefOr[EdgeInsets] = js.undefined, url: UndefOr[String] = js.undefined, style: UndefOr[Any] = js.undefined, javaScriptEnabled: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[WebViewM, _]] = js.undefined, injectedJavaScript: UndefOr[String] = js.undefined, scalesPageToFit: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, onNavigationStateChange: UndefOr[(NavigationState) ⇒ Unit] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, domStorageEnabled: UndefOr[Boolean] = js.undefined, renderLoading: UndefOr[Function] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, onError: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, source: UndefOr[WebViewSource] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onMessage: UndefOr[Function1[ReactEvent[WebViewEvent], _]] = js.undefined, renderError: UndefOr[Function] = js.undefined, html: UndefOr[String] = js.undefined, startInLoadingState: UndefOr[Boolean] = js.undefined) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebView
  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 WebView(contentInset: UndefOr[EdgeInsets] = js.undefined, url: UndefOr[String] = js.undefined, style: UndefOr[Any] = js.undefined, javaScriptEnabled: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[WebViewM, _]] = js.undefined, injectedJavaScript: UndefOr[String] = js.undefined, scalesPageToFit: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, onNavigationStateChange: UndefOr[(NavigationState) ⇒ Unit] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, domStorageEnabled: UndefOr[Boolean] = js.undefined, renderLoading: UndefOr[Function] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, onError: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, source: UndefOr[WebViewSource] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onMessage: UndefOr[Function1[ReactEvent[WebViewEvent], _]] = js.undefined, renderError: UndefOr[Function] = js.undefined, html: UndefOr[String] = js.undefined, startInLoadingState: 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. def apply(): ReactElement

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val automaticallyAdjustContentInsets: UndefOr[Boolean]

    Permalink
  7. val bounces: UndefOr[Boolean]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val contentInset: UndefOr[EdgeInsets]

    Permalink
  10. val domStorageEnabled: UndefOr[Boolean]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val html: UndefOr[String]

    Permalink
  15. val injectedJavaScript: UndefOr[String]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val javaScriptEnabled: UndefOr[Boolean]

    Permalink
  18. val key: UndefOr[String]

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. val onError: UndefOr[(Dynamic) ⇒ Unit]

    Permalink
  23. val onLoad: UndefOr[Function0[_]]

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

    Permalink
  25. val onLoadStart: UndefOr[(Dynamic) ⇒ Unit]

    Permalink
  26. val onMessage: UndefOr[Function1[ReactEvent[WebViewEvent], _]]

    Permalink
  27. val onNavigationStateChange: UndefOr[(NavigationState) ⇒ Unit]

    Permalink
  28. val ref: UndefOr[Function1[WebViewM, _]]

    Permalink
  29. val renderError: UndefOr[Function]

    Permalink
  30. val renderLoading: UndefOr[Function]

    Permalink
  31. val scalesPageToFit: UndefOr[Boolean]

    Permalink
  32. val scrollEnabled: UndefOr[Boolean]

    Permalink
  33. val source: UndefOr[WebViewSource]

    Permalink
  34. val startInLoadingState: UndefOr[Boolean]

    Permalink
  35. val style: UndefOr[Any]

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

    Permalink
    Definition Classes
    AnyRef
  37. val url: UndefOr[String]

    Permalink
  38. final def wait(): Unit

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

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