Packages

t

zio.http.template2

HtmlElements

trait HtmlElements extends AnyRef

Trait containing all HTML element definitions. This trait can be mixed into package objects or other contexts. Elements are sorted alphabetically for easy maintenance.

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

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. val a: Element
  5. val abbr: Element
  6. val address: Element
  7. val area: Element
  8. val article: Element
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val aside: Element
  11. val audio: Element
  12. val b: Element
  13. val base: Element
  14. val bdi: Element
  15. val bdo: Element
  16. val blockquote: Element
  17. val body: Element
  18. val br: Element
  19. val button: Element
  20. val canvas: Element
  21. val caption: Element
  22. val cite: Element
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  24. val code: Element
  25. val col: Element
  26. val colgroup: Element
  27. val datalist: Element
  28. val dd: Element
  29. val del: Element
  30. val details: Element
  31. val dfn: Element
  32. val dialog: Element
  33. val div: Element
  34. val dl: Element
  35. val dt: Element
  36. val em: Element
  37. val embed: Element
  38. val empty: Dom
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. val fieldset: Element
  42. val footer: Element
  43. val form: Element
  44. def fragment(children: Dom*): Fragment
  45. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  46. val h1: Element
  47. val h2: Element
  48. val h3: Element
  49. val h4: Element
  50. val h5: Element
  51. val h6: Element
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  53. val head: Element
  54. val header: Element
  55. val hr: Element
  56. val html: Element
  57. val i: Element
  58. val iframe: Element
  59. val img: Element
  60. val input: Element
  61. val ins: Element
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. val kbd: Element
  64. val label: Element
  65. val legend: Element
  66. val li: Element
  67. val link: Element
  68. val main: Element
  69. val map: Element
  70. val mark: Element
  71. val math: Element
  72. val meta: Element
  73. val meter: Element
  74. val nav: Element
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  78. val object: Element
  79. val ol: Element
  80. val optgroup: Element
  81. val option: Element
  82. val output: Element
  83. val p: Element
  84. val param: Element
  85. val pre: Element
  86. val progress: Element
  87. val q: Element
  88. def raw(content: String): RawHtml
  89. val rp: Element
  90. val rt: Element
  91. val ruby: Element
  92. val s: Element
  93. val samp: Element
  94. val script: Script
  95. val section: Element
  96. val select: Element
  97. val slot: Element
  98. val small: Element
  99. val source: Element
  100. val span: Element
  101. val strong: Element
  102. val style: Style
  103. val sub: Element
  104. val summary: Element
  105. val sup: Element
  106. val svg: Element
  107. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  108. val table: Element
  109. val tbody: Element
  110. val td: Element
  111. val template: Element
  112. def text(content: String): Text
  113. val textarea: Element
  114. val tfoot: Element
  115. val th: Element
  116. val thead: Element
  117. val time: Element
  118. val title: Element
  119. def toString(): String
    Definition Classes
    AnyRef → Any
  120. val tr: Element
  121. val track: Element
  122. val u: Element
  123. val ul: Element
  124. val var: Element
  125. val video: Element
  126. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  127. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  128. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  129. val wbr: Element

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped