Object

org.widok

html

Related Doc: package widok

Permalink

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
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val a: Anchor.type

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val b: Bold.type

    Permalink
  7. val br: LineBreak.type

    Permalink
  8. val button: Button.type

    Permalink
  9. val checkbox: Checkbox.type

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. val div: Generic.type

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

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

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

    Permalink
  16. def finalize(): Unit

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

    Permalink
  18. val form: Form.type

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

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

    Permalink
  21. val h2: Level2.type

    Permalink
  22. val h3: Level3.type

    Permalink
  23. val h4: Level4.type

    Permalink
  24. val h5: Level5.type

    Permalink
  25. val h6: Level6.type

    Permalink
  26. def hashCode(): Int

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

    Permalink
  28. val hr: HorizontalLine.type

    Permalink
  29. val i: Italic.type

    Permalink
  30. val img: Image.type

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val label: Label.type

    Permalink
  33. val li: Item.type

    Permalink
  34. val nav: Navigation.type

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. val number: Number.type

    Permalink
  39. val ol: Ordered.type

    Permalink
  40. val option: Option.type

    Permalink
  41. val p: Paragraph.type

    Permalink
  42. val password: Password.type

    Permalink
  43. val radio: Radio.type

    Permalink
  44. val raw: Raw.type

    Permalink
  45. val section: Section.type

    Permalink
  46. val select: Select.type

    Permalink
  47. val small: Small.type

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

    Permalink
  49. val strong: Bold.type

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

    Permalink
    Definition Classes
    AnyRef
  51. val table: Table.type

    Permalink
  52. val tbody: Body.type

    Permalink
  53. val td: Column.type

    Permalink
  54. val text: Text.type

    Permalink
  55. val textarea: Textarea.type

    Permalink
  56. val th: HeadColumn.type

    Permalink
  57. val thead: Head.type

    Permalink
  58. val time: Time.type

    Permalink
  59. def toString(): String

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

    Permalink
  61. val ul: Unordered.type

    Permalink
  62. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped