Trait

sri.core

CoreAll

Related Doc: package core

Permalink

trait CoreAll extends ElementFactory

Linear Supertypes
ElementFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CoreAll
  2. ElementFactory
  3. AnyRef
  4. 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] = js.undefined, ref: Function1[_ <: ReactComponent[P, S], _] = null): ReactElementU[P, S]

    Permalink

    helper method to create ReactElements for components with props

    helper method to create ReactElements for components with props

    Definition Classes
    ElementFactory
  7. def createElementNoProps[P, S](ctor: ReactTypedConstructor[P, S], key: UndefOr[String] = js.undefined, ref: Function1[_ <: ReactComponent[P, S], _] = null): ReactElementU[P, S]

    Permalink

    helper method to create ReactElements for components with no props

    helper method to create ReactElements for components with no props

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

    Permalink

    helper method to create ReactElements for components with no props and children

    helper method to create ReactElements for components with no props and children

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

    Permalink

    helper method to create ReactElements for components with props and children

    helper method to create ReactElements for components with props and children

    Definition Classes
    ElementFactory
  10. def createStatelessFunctionElement[P](func: (P) ⇒ ReactElement, props: P, key: UndefOr[String] = js.undefined): ReactElement

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

    Permalink

    use this method when you want js.Object as props

    use this method when you want js.Object as props

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

    Permalink

    use this method when you want js.Object as props

    use this method when you want js.Object as props

    Definition Classes
    ElementFactory
  13. def createStatelessFunctionElementNoProps(func: () ⇒ ReactElement, key: UndefOr[String] = js.undefined): ReactElement

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

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

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

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

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

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

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

    Permalink

    add types to js constructor

    add types to js constructor

    Definition Classes
    ElementFactory
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def load[T](lib: String): T

    Permalink
    Annotations
    @inline()
  24. def loadDynamic(lib: String): Dynamic

    Permalink
    Annotations
    @inline()
  25. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from ElementFactory

Inherited from AnyRef

Inherited from Any

Ungrouped