GWT Tk 0.2.3

asquare.gwt.tk.client.util.impl
Class DomUtilImpl

java.lang.Object
  extended by asquare.gwt.tk.client.util.impl.DomUtilImpl
Direct Known Subclasses:
DomUtilImplOpera, DomUtilImplSafari

public class DomUtilImpl
extends Object


Constructor Summary
DomUtilImpl()
           
 
Method Summary
 int getDocumentScrollHeight()
           
 int getDocumentScrollWidth()
           
 int getViewportHeight()
           
 int getViewportWidth()
           
 boolean isMac()
           
 boolean isQuirksMode()
           
 boolean isWin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtilImpl

public DomUtilImpl()
Method Detail

getViewportWidth

public int getViewportWidth()

getViewportHeight

public int getViewportHeight()

getDocumentScrollWidth

public int getDocumentScrollWidth()

getDocumentScrollHeight

public int getDocumentScrollHeight()

isQuirksMode

public boolean isQuirksMode()

isMac

public boolean isMac()

isWin

public boolean isWin()

GWT Tk 0.2.3

© 2007 Mat Gessel