Packages

object HtmlTags

Source
HtmlTags.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class A(elems: Elems = NoElems, href: String = null, target: String = null, name: String = null, id: String = null, title: String = null, class: String = null) extends Elem with Product with Serializable
  2. case class B(elems: Elems) extends Elem with Product with Serializable
  3. case class Body(elems: Elems, class: String = null) extends Elem with Product with Serializable
  4. case class Button(elems: Elems, title: String = null, id: String = null, class: String = null) extends Elem with Product with Serializable
  5. case class Code(elems: Elems) extends Elem with Product with Serializable
  6. case class Dd(elems: Elems, class: String = null) extends Elem with Product with Serializable
  7. case class Div(elems: Elems = NoElems, id: String = null, name: String = null, style: String = null, class: String = null) extends Elem with Product with Serializable
  8. case class Dl(elems: Elems, class: String = null) extends Elem with Product with Serializable
  9. case class DocType(tp: String, elems: Elems = Nil) extends Elem with Product with Serializable
  10. case class Dt(elems: Elems, class: String = null) extends Elem with Product with Serializable
  11. trait Elem extends Product
  12. type Elems = collection.immutable.List[Elem]
  13. case class H(i: Int, elems: Elems, id: String = null, class: String = null) extends Elem with Product with Serializable
  14. case class Head(elems: Elems) extends Elem with Product with Serializable
  15. case class Html(elems: Elems) extends Elem with Product with Serializable
  16. case class I(elems: Elems, id: String = null, class: String = null) extends Elem with Product with Serializable
  17. case class Input(autocapitalize: String = null, placeholder: String = null, id: String = null, type: String = null, accesskey: String = null) extends Elem with WithoutElems with Product with Serializable
  18. case class Li(elems: Elems, class: String = null, name: String = null, data-hidden: String = null, group: String = null, fullComment: String = null, data-isabs: String = null, visbl: String = null) extends Elem with Product with Serializable
  19. case class Link(href: String, media: String = null, type: String = null, rel: String = null, id: String = null) extends Elem with WithoutElems with Product with Serializable
  20. case class Meta(http-equiv: String = null, content: String = null, name: String = null) extends Elem with WithoutElems with Product with Serializable
  21. case class Ol(elems: Elems, id: String = null, class: String = null) extends Elem with Product with Serializable
  22. case class P(elems: Elems, id: String = null, class: String = null) extends Elem with Product with Serializable
  23. case class Pre(elems: Elems) extends Elem with Product with Serializable
  24. case class Raw(txt: String) extends Elem with Product with Serializable
  25. case class Script(type: String = null, src: String = null, id: String = null, elems: Elems = NoElems) extends Elem with Product with Serializable
  26. case class Span(elems: Elems = NoElems, name: String = null, id: String = null, class: String = null, title: String = null) extends Elem with Product with Serializable
  27. case class Sub(elems: Elems) extends Elem with Product with Serializable
  28. case class Sup(elems: Elems) extends Elem with Product with Serializable
  29. case class Svg(elems: Elems = Nil, id: String = null, class: String = null, width: String, height: String) extends Elem with Product with Serializable
  30. case class TBody(elems: List[Tr]) extends Elem with Product with Serializable
  31. case class THead(elems: List[Tr]) extends Elem with Product with Serializable
  32. case class Table(thead: THead = null, tbody: TBody = null, class: String = null) extends Elem with Product with Serializable
  33. case class Td(elems: Elems, class: String = null) extends Elem with Product with Serializable
  34. case class Th(elems: Elems, class: String = null) extends Elem with Product with Serializable
  35. case class Title(elems: Elems = Nil) extends Elem with Product with Serializable
  36. case class Tr(elems: Elems = NoElems) extends Elem with Product with Serializable
  37. case class Txt(txt: String) extends Elem with Product with Serializable
  38. case class U(elems: Elems) extends Elem with Product with Serializable
  39. case class Ul(elems: Elems) extends Elem with Product with Serializable
  40. trait WithoutElems extends Elem

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 NoElems: Elems
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. implicit def liftElems(el: Elem): Elems
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def textOf(elems: Elems): String
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. object Br extends Elem with Product with Serializable
  24. object Hr extends Elem with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped