Object

sri.mobile

all

Related Doc: package mobile

Permalink

object all extends MobileAll

Linear Supertypes
MobileAll, UniversalAll, CoreAll, ElementFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. all
  2. MobileAll
  3. UniversalAll
  4. CoreAll
  5. ElementFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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 ANDROID_OS: String

    Permalink
    Definition Classes
    UniversalAll
  5. lazy val Dimensions: Dynamic

    Permalink
    Definition Classes
    MobileAll
  6. val IOS_OS: String

    Permalink
    Definition Classes
    UniversalAll
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createElement[P, S](ctor: ReactTypedConstructor[P, S], props: P, key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _]): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactory
  10. def createElementNoProps[P, S](ctor: ReactTypedConstructor[P, S], key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _]): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactory
  11. def createElementNoPropsWithChildren[P, S](ctor: ReactTypedConstructor[P, S], key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _])(children: ReactNode*): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactory
  12. def createElementWithChildren[P, S](ctor: ReactTypedConstructor[P, S], props: P, key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _])(children: ReactNode*): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactory
  13. def createListViewDataSource[T, H](rowHasChanged: (T, T) ⇒ Boolean, sectionHeaderHasChanged: UndefOr[(H, H) ⇒ Boolean] = js.undefined, getRowData: UndefOr[Function3[_, String, String, _]] = js.undefined, getSectionHeaderData: UndefOr[Function2[_, String, _]] = js.undefined): ListViewDataSource[T, H]

    Permalink
    Definition Classes
    MobileAll
  14. def createMobileRoot[P, S](rootComponent: ⇒ ReactElementU[P, S], name: String = "SriMobileApp"): ReactClass

    Permalink

    use this method to create root component of sri.mobile, use the output to register..

    use this method to create root component of sri.mobile, use the output to register..

    Definition Classes
    MobileAll
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getStatelessFactory[P](fn: Function1[P, ReactElement]): ReactComponentFactory[P, _]

    Permalink
    Definition Classes
    ElementFactory
  20. def getTypedConstructor[P, S](ctor: Dynamic, clz: Class[_ <: ReactJSComponent[P, S]]): ReactTypedConstructor[P, S]

    Permalink
    Definition Classes
    ElementFactory
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val isAndroidPlatform: Boolean

    Permalink
    Definition Classes
    UniversalAll
  23. val isIOSPlatform: Boolean

    Permalink
    Definition Classes
    UniversalAll
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val isWebPlatform: Boolean

    Permalink
    Definition Classes
    UniversalAll
  26. def load[T](lib: String): T

    Permalink
    Definition Classes
    MobileAll
    Annotations
    @inline()
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

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

Inherited from MobileAll

Inherited from UniversalAll

Inherited from CoreAll

Inherited from ElementFactory

Inherited from AnyRef

Inherited from Any

Ungrouped