Packages

object html

Short aliases of all the dom.HTMLThing classes

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 Anchor = HTMLAnchorElement
  2. type Area = HTMLAreaElement
  3. type Audio = HTMLAudioElement
  4. type BR = HTMLBRElement
  5. type Base = HTMLBaseElement
  6. type Body = HTMLBodyElement
  7. type Button = HTMLButtonElement
  8. type Canvas = HTMLCanvasElement
  9. type Collection = HTMLCollection
  10. type DList = HTMLDListElement
  11. type DataList = HTMLDataListElement
  12. type Div = HTMLDivElement
  13. type Document = HTMLDocument
  14. type Element = HTMLElement
  15. type Embed = HTMLEmbedElement
  16. type FieldSet = HTMLFieldSetElement
  17. type Form = HTMLFormElement
  18. type HR = HTMLHRElement
  19. type Head = HTMLHeadElement
  20. type Heading = HTMLHeadingElement
  21. type Html = HTMLHtmlElement
  22. type IFrame = HTMLIFrameElement
  23. type Image = HTMLImageElement
  24. type Input = HTMLInputElement
  25. type LI = HTMLLIElement
  26. type Label = HTMLLabelElement
  27. type Legend = HTMLLegendElement
  28. type Link = HTMLLinkElement
  29. type Map = HTMLMapElement
  30. type Media = HTMLMediaElement
  31. type Menu = HTMLMenuElement
  32. type Meta = HTMLMetaElement
  33. type Mod = HTMLModElement
  34. type OList = HTMLOListElement
  35. type Object = HTMLObjectElement
  36. type OptGroup = HTMLOptGroupElement
  37. type Option = HTMLOptionElement
  38. type Paragraph = HTMLParagraphElement
  39. type Param = HTMLParamElement
  40. type Pre = HTMLPreElement
  41. type Progress = HTMLProgressElement
  42. type Quote = HTMLQuoteElement
  43. type Script = HTMLScriptElement
  44. type Select = HTMLSelectElement
  45. type Source = HTMLSourceElement
  46. type Span = HTMLSpanElement
  47. type Style = HTMLStyleElement
  48. type Table = HTMLTableElement
  49. type TableAlignment = HTMLTableAlignment
  50. type TableCaption = HTMLTableCaptionElement
  51. type TableCell = HTMLTableCellElement
  52. type TableCol = HTMLTableColElement
  53. type TableRow = HTMLTableRowElement
  54. type TableSection = HTMLTableSectionElement
  55. type TextArea = HTMLTextAreaElement
  56. type Title = HTMLTitleElement
  57. type Track = HTMLTrackElement
  58. type UList = HTMLUListElement
  59. type Unknown = HTMLUnknownElement
  60. type Video = HTMLVideoElement

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. def Media: HTMLMediaElement.type
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): 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[_]
    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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped