Packages

t

react.vdom

DOMAttributes

trait DOMAttributes[+T <: EventTarget] extends Object

Mostly handlers for DOM nodes.

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Props, CalloutProps, Props, Props, PropsBase, PropsInit, Props, Props, Props, IInputProps, ISelectableDroppableTextProps, Props, Props, Props, Props, Props, Props, Props, Props, Props, PresenceProps, Props, SharedProps, Props, Props, Props, Props, Props, Props, Props, Props, Props, PropsBase, PropsInit, AllHTMLAttributes, AnchorHTMLAttributes, AreaHTMLAttributes, AudioHTMLAttributes, BaseHTMLAttributes, BlockQuoteHTMLAttributes, ButtonHTMLAttributes, CanvasHTMLAttributes, ColHTMLAttributes, ColgroupHTMLAttributes, DelHTMLAtributes, ElementAttributesOnly, EmbedHTMLAttributes, FieldsetHTMLAttributes, FormHTMLAttributes, HTMLAttributes, HTMLProps, AProps, AreaProps, AudioProps, BaseProps, BodyProps, ButtonProps, CanvasProps, ColProps, ColgroupProps, DataListProps, DivProps, EmbedProps, FieldsetProps, FormProps, HProps, HeadProps, HrProps, HtmlProps, IframeProps, ImgProps, InputProps, InsProps, LabelProps, LegendProps, LiProps, LinkProps, MapProps, MenuProps, MenuitemProps, MetaProps, ObjectProps, OlProps, OptgroupProps, OptionProps, PProps, ParamProps, ProgressProps, QProps, ScriptProps, SelectProps, SourceProps, SpanProps, StyleProps, TableProps, TbodyProps, TdProps, TextareaProps, TfootProps, ThProps, TheadProps, TimeProps, TitleProps, TrProps, TrackProps, UlProps, VideoProps, HtmlHTMLAttributes, IframeHTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, InsHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, LinkHTMLAttributes, MapHTMLAttributes, MediaHTMLAttributes, MenuHTMLAttributes, MetaHTMLAttributes, MeterHTMLAttributes, ObjectHTMLAttributes, OlHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, OutputHTMLAttributes, ParamHTMLAttributes, ProgressHTMLAttributes, QuoteHTMLAttributes, ScriptHTMLAttributes, SelectHTMLAttributes, SourceHTMLAttributes, StyleHTMLAttributes, TableHTMLAttributes, TdHTMLAttributes, TextAreaHTMLAttributes, ThHTMLAttributes, TimeHTMLAttributes, TrackHTMLAttributes, VideoHTMLAttributes, WebViewHTMLAttributes, AllSVGProps, SVGAttributes, AnimateProps, CircleProps, DefsProps, EllipseProps, GProps, ImageProps, LineProps, LinearGradientProps, MaskProps, PathProps, PatternProps, PolygonProps, PolylineProps, RadialGradientProps, RectProps, SVGProps, StopProps, SymbolProps, TextProps, TspanProps, UseProps, Props
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DOMAttributes
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val children: UndefOr[ReactNode]

    reactjs specific

    reactjs specific

    Annotations
    @JSOptional()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val dangerouslySetInnerHTML: UndefOr[SetInnerHTML]

    reactjs specific

    reactjs specific

    Annotations
    @JSOptional()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val onAbort: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  19. val onAbortCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  20. val onAnimationEnd: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  21. val onAnimationEndCapture: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  22. val onAnimationIteration: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  23. val onAnimationIterationCapture: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  24. val onAnimationStart: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  25. val onAnimationStartCapture: UndefOr[vdom.AnimationEventHandler[T]]
    Annotations
    @JSOptional()
  26. val onAuxClick: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  27. val onAuxClickCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  28. val onBlur: UndefOr[vdom.FocusEventHandler[T]]
    Annotations
    @JSOptional()
  29. val onBlurCapture: UndefOr[vdom.FocusEventHandler[T]]
    Annotations
    @JSOptional()
  30. val onCanPlay: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  31. val onCanPlayCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  32. val onCanPlayThrough: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  33. val onCanPlayThroughCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  34. val onChangeCapture: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  35. val onClick: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  36. val onClickCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  37. val onCompositionEnd: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  38. val onCompositionEndCapture: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  39. val onCompositionStart: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  40. val onCompositionStartCapture: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  41. val onCompositionUpdate: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  42. val onCompositionUpdateCapture: UndefOr[vdom.CompositionEventHandler[T]]
    Annotations
    @JSOptional()
  43. val onContextMenu: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  44. val onContextMenuCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  45. val onCopy: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  46. val onCopyCapture: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  47. val onCut: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  48. val onCutCapture: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  49. val onDoubleClick: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  50. val onDoubleClickCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  51. val onDrag: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  52. val onDragCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  53. val onDragEnd: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  54. val onDragEndCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  55. val onDragEnter: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  56. val onDragEnterCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  57. val onDragExit: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  58. val onDragExitCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  59. val onDragLeave: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  60. val onDragLeaveCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  61. val onDragOver: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  62. val onDragOverCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  63. val onDragStart: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  64. val onDragStartCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  65. val onDrop: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  66. val onDropCapture: UndefOr[vdom.DragEventHandler[T]]
    Annotations
    @JSOptional()
  67. val onDurationChange: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  68. val onDurationChangeCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  69. val onEmptied: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  70. val onEmptiedCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  71. val onEmptyClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional() @JSName("onClick")
  72. val onEncrypted: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  73. val onEncryptedCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  74. val onEnded: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  75. val onEndedCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  76. val onError: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  77. val onErrorCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  78. val onFocus: UndefOr[vdom.FocusEventHandler[T]]
    Annotations
    @JSOptional()
  79. val onFocusCapture: UndefOr[vdom.FocusEventHandler[T]]
    Annotations
    @JSOptional()
  80. val onGotPointerCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  81. val onGotPointerCaptureCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  82. val onInput: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  83. val onInputCapture: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  84. val onInvalid: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  85. val onInvalidCapture: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  86. val onKeyDown: UndefOr[vdom.KeyboardEventHandler[T]]
    Annotations
    @JSOptional()
  87. val onKeyPress: UndefOr[vdom.KeyboardEventHandler[T]]
    Annotations
    @JSOptional()
  88. val onKeyPressCapture: UndefOr[vdom.KeyboardEventHandler[T]]
    Annotations
    @JSOptional()
  89. val onKeyUp: UndefOr[vdom.KeyboardEventHandler[T]]
    Annotations
    @JSOptional()
  90. val onKeyUpCapture: UndefOr[vdom.KeyboardEventHandler[T]]
    Annotations
    @JSOptional()
  91. val onLoad: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  92. val onLoadCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  93. val onLoadStart: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  94. val onLoadStartCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  95. val onLoadedData: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  96. val onLoadedDataCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  97. val onLoadedMetadata: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  98. val onLoadedMetadataCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  99. val onLostPointerCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  100. val onMouseDown: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  101. val onMouseDownCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  102. val onMouseEnter: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  103. val onMouseLeave: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  104. val onMouseMove: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  105. val onMouseMoveCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  106. val onMouseOut: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  107. val onMouseOutCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  108. val onMouseOver: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  109. val onMouseOverCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  110. val onMouseUp: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  111. val onMouseUpCapture: UndefOr[vdom.MouseEventHandler[T]]
    Annotations
    @JSOptional()
  112. val onPaste: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  113. val onPasteCapture: UndefOr[vdom.ClipboardEventHandler[T]]
    Annotations
    @JSOptional()
  114. val onPause: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  115. val onPauseCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  116. val onPlay: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  117. val onPlayCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  118. val onPlaying: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  119. val onPlayingCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  120. val onPointerCancel: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  121. val onPointerCancelCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  122. val onPointerDown: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  123. val onPointerDownCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  124. val onPointerEnter: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  125. val onPointerEnterCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  126. val onPointerLeave: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  127. val onPointerLeaveCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  128. val onPointerMove: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  129. val onPointerMoveCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  130. val onPointerOut: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  131. val onPointerOutCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  132. val onPointerOver: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  133. val onPointerOverCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  134. val onPointerUp: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  135. val onPointerUpCapture: UndefOr[vdom.PointerEventHandler[T]]
    Annotations
    @JSOptional()
  136. val onProgress: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  137. val onProgressCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  138. val onRateChange: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  139. val onRateChangeCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  140. val onReset: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  141. val onResetCapture: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  142. val onScroll: UndefOr[vdom.UIEventHandler[T]]
    Annotations
    @JSOptional()
  143. val onScrollCapture: UndefOr[vdom.UIEventHandler[T]]
    Annotations
    @JSOptional()
  144. val onSeeked: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  145. val onSeekedCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  146. val onSeeking: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  147. val onSeekingCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  148. val onSelect: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  149. val onSelectCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  150. val onStalled: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  151. val onStalledCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  152. val onSubmit: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  153. val onSubmitCapture: UndefOr[vdom.FormEventHandler[T]]
    Annotations
    @JSOptional()
  154. val onSuspend: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  155. val onSuspendCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  156. val onTimeUpdate: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  157. val onTimeUpdateCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  158. val onTouchCancel: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  159. val onTouchCancelCapture: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  160. val onTouchEnd: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  161. val onTouchEndCapture: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  162. val onTouchMove: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  163. val onTouchMoveCapture: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  164. val onTouchStart: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  165. val onTouchStartCapture: UndefOr[vdom.TouchEventHandler[T]]
    Annotations
    @JSOptional()
  166. val onTransitionEnd: UndefOr[vdom.TransitionEventHandler[T]]
    Annotations
    @JSOptional()
  167. val onTransitionEndCapture: UndefOr[vdom.TransitionEventHandler[T]]
    Annotations
    @JSOptional()
  168. val onVolumeChange: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  169. val onVolumeChangeCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  170. val onWaiting: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  171. val onWaitingCapture: UndefOr[vdom.ReactEventHandler[T]]
    Annotations
    @JSOptional()
  172. val onWheel: UndefOr[vdom.WheelEventHandler[T]]
    Annotations
    @JSOptional()
  173. val onWheelCapture: UndefOr[vdom.WheelEventHandler[T]]
    Annotations
    @JSOptional()
  174. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  175. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  176. def toLocaleString(): String
    Definition Classes
    Object
  177. def toString(): String
    Definition Classes
    AnyRef → Any
  178. def valueOf(): Any
    Definition Classes
    Object
  179. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  180. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  181. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped