Object

sri.universal

all

Related Doc: package universal

Permalink

object all extends UniversalAll

Linear Supertypes
UniversalAll, CoreAll, ElementFactoryLegacy, ElementFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. UniversalAll
  3. CoreAll
  4. ElementFactoryLegacy
  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. 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 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
  7. 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
  8. def createStatelessFunctionElement[P](func: (P) ⇒ ReactElement, props: P, key: UndefOr[String]): ReactElement

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getTypedConstructor[C <: ReactComponentBase](implicit arg0: ConstructorTag[C]): ReactTypedConstructor[core.ElementFactory.getTypedConstructor.C.Props, core.ElementFactory.getTypedConstructor.C.State]

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

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

    Permalink
    Definition Classes
    UniversalAll
  21. lazy val isIOSPlatform: Boolean

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

    Permalink
    Definition Classes
    Any
  23. lazy val isWebPlatform: Boolean

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

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

    Permalink
    Definition Classes
    CoreAll
    Annotations
    @inline()
  26. def makeElement[C <: ReactComponentBase { type Props = Unit }](implicit arg0: ConstructorTag[C]): ReactElementU[core.ElementFactory.makeElement.C.Props, core.ElementFactory.makeElement.C.State]

    Permalink
    Definition Classes
    ElementFactory
  27. def makeElement[C <: ReactComponentBase](props: core.ElementFactory.makeElement.C.Props, key: UndefOr[String], ref: Function1[C, Unit])(implicit arg0: ConstructorTag[C]): ReactElementU[core.ElementFactory.makeElement.C.Props, core.ElementFactory.makeElement.C.State]

    Permalink
    Definition Classes
    ElementFactory
  28. def makeElementNoProps[C <: ReactComponentBase { type Props = Unit }](key: UndefOr[String], ref: Function1[C, Unit])(implicit arg0: ConstructorTag[C]): ReactElementU[core.ElementFactory.makeElementNoProps.C.Props, core.ElementFactory.makeElementNoProps.C.State]

    Permalink
    Definition Classes
    ElementFactory
  29. def makeElementNoPropsWithChildren[C <: ReactComponentBase](key: UndefOr[String], ref: Function1[C, Unit])(children: ReactNode*)(implicit arg0: ConstructorTag[C]): ReactElementU[core.ElementFactory.makeElementNoPropsWithChildren.C.Props, core.ElementFactory.makeElementNoPropsWithChildren.C.State]

    Permalink
    Definition Classes
    ElementFactory
  30. def makeElementWithChildren[C <: ReactComponentBase](props: core.ElementFactory.makeElementWithChildren.C.Props, key: UndefOr[String], ref: Function1[C, Unit])(children: ReactNode*)(implicit arg0: ConstructorTag[C]): ReactElementU[core.ElementFactory.makeElementWithChildren.C.Props, core.ElementFactory.makeElementWithChildren.C.State]

    Permalink
    Definition Classes
    ElementFactory
  31. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. def createElement[P, S](ctor: ReactTypedConstructor[P, S], props: P, key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _]): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactoryLegacy
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use makeElement[Component](props)

  2. def createElementNoProps[P, S](ctor: ReactTypedConstructor[P, S], key: UndefOr[String], ref: Function1[_ <: ReactComponent[P, S], _]): ReactElementU[P, S]

    Permalink
    Definition Classes
    ElementFactoryLegacy
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use makeElementNoProps[Component]

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

    Permalink
    Definition Classes
    ElementFactoryLegacy
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use makeElementNoPropsWithChildren[Component]()

  4. 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
    ElementFactoryLegacy
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use makeElementWithChildren[Component](props)

  5. def getTypedConstructor[P, S](ctor: Dynamic, clz: Class[_ <: ReactComponent[P, S]]): ReactTypedConstructor[P, S]

    Permalink
    Definition Classes
    ElementFactoryLegacy
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getTypedConstructor[Component]

Inherited from UniversalAll

Inherited from CoreAll

Inherited from ElementFactoryLegacy

Inherited from ElementFactory

Inherited from AnyRef

Inherited from Any

Ungrouped