object Ref
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ref
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Fn[I, O] extends Set[I] with Get[O]
- trait Full[I, A, O] extends Handle[A] with Fn[I, O]
- trait Get[A] extends AnyRef
- trait Handle[A] extends AnyRef
- trait Set[A] extends AnyRef
- type Simple[A] = Full[A, A, A]
- final class ToComponent[I, R, O, C] extends Full[I, R, O]
- type ToJsComponent[P <: Object, S <: Object, R <: RawMounted[P, S]] = Full[R, R, MountedWithRawType[P, S, R]]
- type ToScalaComponent[P, S, B] = Full[RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]
- type WithJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponent[R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[F, P1, S1, R, P0, S0]]]
- final class WithJsComponentArg[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
- type WithScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponent[RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Full[I, A, O](_raw: RefHandle[A], l: (I) ⇒ A, r: (A) ⇒ Option[O]): Full[I, A, O]
- def apply[A]: Simple[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def forwardedFromJs[A](f: ForwardedRef[A]): Option[Simple[A]]
- def fromJs[A](raw: RefHandle[A]): Simple[A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toAnyVdom(): Simple[TopNode]
For use with the
untypedRefvdom attribute. - def toJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](a: WithJsComponentArg[F, P1, S1, CT1, R, P0, S0]): WithJsComponent[F, P1, S1, CT1, R, P0, S0]
- def toJsComponent[P <: Object, S <: Object]: ToJsComponent[P, S, RawMounted[P, S]]
- def toJsComponentWithMountedFacade[P <: Object, S <: Object, F <: Object]: ToJsComponent[P, S, RawMounted[P, S] with F]
- def toScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: ScalaComponent[P, S, B, CT]): WithScalaComponent[P, S, B, CT]
- def toScalaComponent[P, S, B]: ToScalaComponent[P, S, B]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toVdom[N <: TopNode](implicit arg0: ClassTag[N]): Full[TopNode, TopNode, N]
For use with the
untypedRefvdom attribute. -
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ToComponent
- object WithJsComponentArg
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.