Packages

trait BaseDom[Datum, T <: BaseDom[Datum, T]] extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseDom
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ListenerFunction0 = Function0[Unit]
  2. type ListenerFunction1 = Function1[Datum, Unit]
  3. type ListenerFunction2 = Function2[Datum, Index, Unit]
  4. type ListenerFunction3 = Function3[Datum, Index, Group, Unit]
  5. type ListenerThisFunction0[C <: CurrentDom] = ThisFunction0[C, Unit]
  6. type ListenerThisFunction1[C <: CurrentDom] = ThisFunction1[C, Datum, Unit]
  7. type ListenerThisFunction2[C <: CurrentDom] = ThisFunction2[C, Datum, Index, Unit]
  8. type ListenerThisFunction3[C <: CurrentDom] = ThisFunction3[C, Datum, Index, Group, Unit]
  9. type ValueFunction0[Return] = Function0[Return]
  10. type ValueFunction1[Return] = Function1[Datum, Return]
  11. type ValueFunction2[Return] = Function2[Datum, Index, Return]
  12. type ValueFunction3[Return] = Function3[Datum, Index, Group, Return]
  13. type ValueThisFunction0[C <: CurrentDom, Return] = ThisFunction0[C, Return]
  14. type ValueThisFunction1[C <: CurrentDom, Return] = ThisFunction1[C, Datum, Return]
  15. type ValueThisFunction2[C <: CurrentDom, Return] = ThisFunction2[C, Datum, Index, Return]
  16. type ValueThisFunction3[C <: CurrentDom, Return] = ThisFunction3[C, Datum, Index, Group, Return]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attr[R](name: String, value: ValueFunction2[R]): T
  6. def attr[R](name: String, value: ValueFunction1[R]): T
  7. def attr(name: String, value: Boolean): T
  8. def attr(name: String, value: Double): T
  9. def attr(name: String, value: String): T
  10. def call(func: Function, args: Any*): T
  11. def classed(names: String, value: ValueFunction3[Boolean]): T
  12. def classed(names: String, value: ValueFunction2[Boolean]): T
  13. def classed(names: String, value: ValueFunction1[Boolean]): T
  14. def classed(names: String, value: ValueFunction0[Boolean]): T
  15. def classed(names: String, value: Boolean): T
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def html[R](value: ValueFunction1[R]): T
  24. def html[R](value: ValueFunction0[R]): T
  25. def html(value: String): T
  26. def html(): String
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  33. def remove(): T
  34. def style[C <: CurrentDom, R](name: String, value: ValueThisFunction3[C, R]): T
  35. def style[C <: CurrentDom, R](name: String, value: ValueThisFunction2[C, R]): T
  36. def style[C <: CurrentDom, R](name: String, value: ValueThisFunction1[C, R]): T
  37. def style[R](name: String, value: ValueThisFunction0[CurrentDom, R]): T
  38. def style[R](name: String, value: ValueFunction3[R]): T
  39. def style[R](name: String, value: ValueFunction2[R]): T
  40. def style[R](name: String, value: ValueFunction1[R]): T
  41. def style[R](name: String, value: ValueFunction0[R]): T
  42. def style(name: String, value: String): T
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def text[R](value: ValueFunction2[R]): T
  45. def text[R](value: ValueFunction1[R]): T
  46. def text[R](value: ValueFunction0[R]): T
  47. def text(value: String): T
  48. def text(): String
  49. def toLocaleString(): String
    Definition Classes
    Object
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def valueOf(): Any
    Definition Classes
    Object
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped