org.danielnixon.saferdom

html

object html

Short aliases of all the saferdom.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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Anchor = HTMLAnchorElement

  2. type Area = HTMLAreaElement

  3. type AreasCollection = HTMLAreasCollection

  4. type Audio = HTMLAudioElement

  5. type BR = HTMLBRElement

  6. type Base = HTMLBaseElement

  7. type BlockElement = HTMLBlockElement

  8. type Body = HTMLBodyElement

  9. type Button = HTMLButtonElement

  10. type Canvas = HTMLCanvasElement

  11. type Collection = HTMLCollection

  12. type DD = HTMLDDElement

  13. type DList = HTMLDListElement

  14. type DT = HTMLDTElement

  15. type DataList = HTMLDataListElement

  16. type Div = HTMLDivElement

  17. type Document = HTMLDocument

  18. type Element = HTMLElement

  19. type Embed = HTMLEmbedElement

  20. type FieldSet = HTMLFieldSetElement

  21. type Form = HTMLFormElement

  22. type HR = HTMLHRElement

  23. type Head = HTMLHeadElement

  24. type Heading = HTMLHeadingElement

  25. type Html = HTMLHtmlElement

  26. type IFrame = HTMLIFrameElement

  27. type Image = HTMLImageElement

  28. type Input = HTMLInputElement

  29. type LI = HTMLLIElement

  30. type Label = HTMLLabelElement

  31. type Legend = HTMLLegendElement

  32. type Link = HTMLLinkElement

  33. type Map = HTMLMapElement

  34. type Media = HTMLMediaElement

  35. type Menu = HTMLMenuElement

  36. type Meta = HTMLMetaElement

  37. type Mod = HTMLModElement

  38. type OList = HTMLOListElement

  39. type Object = HTMLObjectElement

  40. type OptGroup = HTMLOptGroupElement

  41. type Option = HTMLOptionElement

  42. type Paragraph = HTMLParagraphElement

  43. type Param = HTMLParamElement

  44. type Phrase = HTMLPhraseElement

  45. type Pre = HTMLPreElement

  46. type Progress = HTMLProgressElement

  47. type Quote = HTMLQuoteElement

  48. type Script = HTMLScriptElement

  49. type Select = HTMLSelectElement

  50. type Source = HTMLSourceElement

  51. type Span = HTMLSpanElement

  52. type Style = HTMLStyleElement

  53. type Table = HTMLTableElement

  54. type TableCaption = HTMLTableCaptionElement

  55. type TableCell = HTMLTableCellElement

  56. type TableCol = HTMLTableColElement

  57. type TableDataCell = HTMLTableDataCellElement

  58. type TableHeaderCell = HTMLTableHeaderCellElement

  59. type TableRow = HTMLTableRowElement

  60. type TableSection = HTMLTableSectionElement

  61. type TextArea = HTMLTextAreaElement

  62. type Title = HTMLTitleElement

  63. type Track = HTMLTrackElement

  64. type UList = HTMLUListElement

  65. type Unknown = HTMLUnknownElement

  66. type Video = HTMLVideoElement

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Media: HTMLMediaElement.type

    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped