Packages

object Html

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Html
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type = Nothing

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(name: String, value: String): Attr[]
  6. def attrs(as: (String, String)*): Seq[Attr[]]
  7. def button[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def cond[M](b: Boolean)(attr: ⇒ Attr[M]): Attr[M]
  10. def div[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def h1[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  16. def h2[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  17. def h3[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def input[M](attrs: Attr[M]*): Html[M]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def label[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  22. def li[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def onClick[M](msg: M): Attr[M]
  27. def onEvent[E <: org.scalajs.dom.Event, M](name: String, msg: (E) ⇒ M): Attr[M]
  28. def onKeyDown[M](msg: (KeyboardEvent) ⇒ M): Attr[M]
  29. def onKeyUp[M](msg: (KeyboardEvent) ⇒ M): Attr[M]
  30. def onMouseDown[M](msg: M): Attr[M]
  31. def onMouseEnter[M](msg: M): Attr[M]
  32. def onMouseLeave[M](msg: M): Attr[M]
  33. def onMouseUp[M](msg: M): Attr[M]
  34. def optional[A, M](maybeA: Option[A])(f: (A) ⇒ Attr[M]): Attr[M]
  35. def radio[M](name: String, checked: Boolean, attrs: Attr[M]*): Html[M]
  36. def span[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  37. def style(styles: Style*): Attr[]
  38. def style(s: String): Attr[]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def tag[M](name: String)(attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  41. def text(s: String): Text
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def ul[M](attrs: Attr[M]*)(children: Elem[M]*): Html[M]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped