Object

sri.universal

all

Related Doc: package universal

Permalink

object all extends UniversalAll

Linear Supertypes
UniversalAll, CoreAll, ElementFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. UniversalAll
  3. CoreAll
  4. ElementFactory
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. 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
  7. def createElementNoProps[P, S](ctor: ReactTypedConstructor[P, S], key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _]): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactory
  8. 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
  9. 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
  10. def createListViewDataSource[R, H](rowHasChanged: Function2[R, R, Boolean], sectionHeaderHasChanged: Function2[H, H, Boolean] = null, getRowData: Function3[_, |[String, Int], |[String, Int], _] = null, getSectionHeaderData: Function2[_, |[String, Int], _] = null): ListViewDataSource[R, H]

    Permalink
    Definition Classes
    UniversalAll
  11. def createReactNativeRoot[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
    UniversalAll
  12. def createStatelessFunctionElement[P](func: (P) ⇒ ReactElement, props: P, key: UndefOr[String]): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  13. def createStatelessFunctionElementJS[P <: ReactJSProps](func: (P) ⇒ ReactElement, props: P): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  14. def createStatelessFunctionElementJSWithChildren[P <: ReactJSProps](func: (P) ⇒ ReactElement, props: P)(children: ReactNode*): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  15. def createStatelessFunctionElementNoProps(func: () ⇒ ReactElement, key: UndefOr[String]): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  16. def createStatelessFunctionElementNoPropsWithChildren(func: (ReactElement) ⇒ ReactElement, key: UndefOr[String])(children: ReactNode*): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  17. def createStatelessFunctionElementWithChildren[P](func: (P, ReactElement) ⇒ ReactElement, props: P, key: UndefOr[String])(children: ReactNode*): ReactElement

    Permalink
    Definition Classes
    ElementFactory
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getTypedConstructor[P, S](ctor: Dynamic, clz: Class[_ <: ReactComponent[P, S]]): ReactTypedConstructor[P, S]

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. lazy val isAndroidPlatform: Boolean

    Permalink
    Definition Classes
    UniversalAll
  25. lazy val isIOSPlatform: Boolean

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

    Permalink
    Definition Classes
    Any
  27. lazy val isWebPlatform: Boolean

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

    Permalink
    Definition Classes
    CoreAll
    Annotations
    @inline()
  29. def loadDynamic(lib: String): Dynamic

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

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

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

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

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

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

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

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

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

Inherited from UniversalAll

Inherited from CoreAll

Inherited from ElementFactory

Inherited from AnyRef

Inherited from Any

Ungrouped