Fan

 

class

dom::Window

sys::Obj
  dom::Window

@js

Window models the DOM window object.

Slots

alertSource

static native Void alert(Obj obj)

Display a modal message box with the given text.

static native Void hyperlink(Uri uri)

Hyperlink to the given URI in this window.

uriSource

static native Uri uri()

Get the URI for this window.