org.widok

html

Related Doc: package widok

object html

Short aliases for HTML tags See also http://stackoverflow.com/questions/21831497/type-aliasing-a-case-class-in-scala-2-10

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. html
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: Anchor.type

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val b: Bold.type

  7. val br: LineBreak.type

  8. val button: Button.type

  9. val checkbox: Checkbox.type

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val cursor: Cursor.type

  12. val div: Generic.type

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

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

    Definition Classes
    AnyRef → Any
  15. val file: File.type

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val footer: Footer.type

  18. val form: Form.type

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val h1: Level1.type

  21. val h2: Level2.type

  22. val h3: Level3.type

  23. val h4: Level4.type

  24. val h5: Level5.type

  25. val h6: Level6.type

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. val header: Header.type

  28. val hr: HorizontalLine.type

  29. val i: Italic.type

  30. val img: Image.type

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. val label: Label.type

  33. val li: Item.type

  34. val nav: Navigation.type

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. val number: Number.type

  39. val ol: Ordered.type

  40. val option: Option.type

  41. val p: Paragraph.type

  42. val password: Password.type

  43. val radio: Radio.type

  44. val raw: Raw.type

  45. val section: Section.type

  46. val select: Select.type

  47. val small: Small.type

  48. val span: bindings.HTML.Container.Inline.type

  49. val strong: Bold.type

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

    Definition Classes
    AnyRef
  51. val table: Table.type

  52. val tbody: Body.type

  53. val td: Column.type

  54. val text: Text.type

  55. val textarea: Textarea.type

  56. val th: HeadColumn.type

  57. val thead: Head.type

  58. val time: Time.type

  59. def toString(): String

    Definition Classes
    AnyRef → Any
  60. val tr: Row.type

  61. val ul: Unordered.type

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped