trait BaseDom[Datum, T <: BaseDom[Datum, T]] extends Object
- Annotations
- @JSType() @native()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseDom
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ListenerFunction0 = Function0[Unit]
- type ListenerFunction1 = Function1[Datum, Unit]
- type ListenerFunction2 = Function2[Datum, Index, Unit]
- type ListenerFunction3 = Function3[Datum, Index, Group, Unit]
- type ListenerThisFunction0[C <: CurrentDom] = ThisFunction0[C, Unit]
- type ListenerThisFunction1[C <: CurrentDom] = ThisFunction1[C, Datum, Unit]
- type ListenerThisFunction2[C <: CurrentDom] = ThisFunction2[C, Datum, Index, Unit]
- type ListenerThisFunction3[C <: CurrentDom] = ThisFunction3[C, Datum, Index, Group, Unit]
- type ValueFunction0[Return] = Function0[Return]
- type ValueFunction1[Return] = Function1[Datum, Return]
- type ValueFunction2[Return] = Function2[Datum, Index, Return]
- type ValueFunction3[Return] = Function3[Datum, Index, Group, Return]
- type ValueThisFunction0[C <: CurrentDom, Return] = ThisFunction0[C, Return]
- type ValueThisFunction1[C <: CurrentDom, Return] = ThisFunction1[C, Datum, Return]
- type ValueThisFunction2[C <: CurrentDom, Return] = ThisFunction2[C, Datum, Index, Return]
- type ValueThisFunction3[C <: CurrentDom, Return] = ThisFunction3[C, Datum, Index, Group, Return]
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attr[R](name: String, value: ValueFunction2[R]): T
- def attr[R](name: String, value: ValueFunction1[R]): T
- def attr(name: String, value: Boolean): T
- def attr(name: String, value: Double): T
- def attr(name: String, value: String): T
- def call(func: Function, args: Any*): T
- def classed(names: String, value: ValueFunction3[Boolean]): T
- def classed(names: String, value: ValueFunction2[Boolean]): T
- def classed(names: String, value: ValueFunction1[Boolean]): T
- def classed(names: String, value: ValueFunction0[Boolean]): T
- def classed(names: String, value: Boolean): T
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def html[R](value: ValueFunction1[R]): T
- def html[R](value: ValueFunction0[R]): T
- def html(value: String): T
- def html(): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def remove(): T
- def style[C <: CurrentDom, R](name: String, value: ValueThisFunction3[C, R]): T
- def style[C <: CurrentDom, R](name: String, value: ValueThisFunction2[C, R]): T
- def style[C <: CurrentDom, R](name: String, value: ValueThisFunction1[C, R]): T
- def style[R](name: String, value: ValueThisFunction0[CurrentDom, R]): T
- def style[R](name: String, value: ValueFunction3[R]): T
- def style[R](name: String, value: ValueFunction2[R]): T
- def style[R](name: String, value: ValueFunction1[R]): T
- def style[R](name: String, value: ValueFunction0[R]): T
- def style(name: String, value: String): T
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text[R](value: ValueFunction2[R]): T
- def text[R](value: ValueFunction1[R]): T
- def text[R](value: ValueFunction0[R]): T
- def text(value: String): T
- def text(): String
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()