org.singlespaced.d3js

BaseDom

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

Annotations
@RawJSType() @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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type DatumFunction[M] = Function3[Datum, Int, UndefOr[Int], M]

  2. type SelfOrDatumFunction[M] = |[M, Function3[Datum, Int, Int, M]]

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(obj: Dictionary[SelfOrDatumFunction[Primitive]]): T

  6. def attr(name: String, value: DatumFunction[Primitive]): T

  7. def attr(name: String, value: Primitive): T

  8. def call(func: Function, args: Any*): T

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def empty(): Boolean

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def filter(selector: String): T

  14. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  16. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  17. def hashCode(): Int

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

    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def node(): EventTarget

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  25. def remove(): T

  26. def size(): Double

  27. def style(name: String, value: DatumFunction[Primitive], priority: String = ???): T

  28. def style(name: String, value: Primitive, priority: String): T

  29. def style(name: String, value: Primitive): T

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def text(value: DatumFunction[Primitive]): T

  32. def text(value: Primitive): T

  33. def toLocaleString(): String

    Definition Classes
    Object
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any

    Definition Classes
    Object
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped