org.stjs.javascript
Class Window
java.lang.Object
org.stjs.javascript.Window
public abstract class Window
- extends Object
|
Method Summary |
abstract void |
blur()
|
abstract void |
close()
|
abstract Window |
createPopup()
|
abstract void |
focus()
|
abstract void |
moveBy(int x,
int y)
|
abstract void |
moveTo(int x,
int y)
|
abstract Window |
open(String url)
|
abstract Window |
open(String url,
String target)
|
abstract Window |
open(String url,
String target,
String specs,
boolean replace)
|
abstract void |
print()
|
abstract void |
resizeBy(int w,
int h)
|
abstract void |
resizeTo(int w,
int h)
|
abstract void |
scrollBy(int x,
int y)
|
abstract void |
scrollTo(int x,
int y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closed
public boolean closed
defaultStatus
public String defaultStatus
document
public Document document
frames
public Window[] frames
history
public History history
innerHeight
public int innerHeight
innerWidth
public int innerWidth
length
public int length
location
public Location location
name
public String name
navigator
public Navigator navigator
opener
public Window opener
outerHeight
public int outerHeight
outerWidth
public int outerWidth
pageXOffset
public int pageXOffset
pageYOffset
public int pageYOffset
parent
public Window parent
screen
public Screen screen
screenLeft
public int screenLeft
screenTop
public int screenTop
screenX
public int screenX
screenY
public int screenY
self
public Window self
status
public String status
top
public Window top
event
public Event event
onbeforeunload
public org.stjs.javascript.functions.Function1<DOMEvent,String> onbeforeunload
onload
public org.stjs.javascript.functions.Callback1<DOMEvent> onload
onunload
public org.stjs.javascript.functions.Callback1<DOMEvent> onunload
onresize
public org.stjs.javascript.functions.Callback1<DOMEvent> onresize
Window
public Window()
blur
public abstract void blur()
close
public abstract void close()
createPopup
public abstract Window createPopup()
focus
public abstract void focus()
moveBy
public abstract void moveBy(int x,
int y)
moveTo
public abstract void moveTo(int x,
int y)
open
public abstract Window open(String url)
open
public abstract Window open(String url,
String target)
open
public abstract Window open(String url,
String target,
String specs,
boolean replace)
print
public abstract void print()
resizeBy
public abstract void resizeBy(int w,
int h)
resizeTo
public abstract void resizeTo(int w,
int h)
scrollBy
public abstract void scrollBy(int x,
int y)
scrollTo
public abstract void scrollTo(int x,
int y)
Copyright © 2013. All Rights Reserved.