com.allen_sauer.gwt.dnd.client.util.impl
Class DOMUtilImplSafari

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
      extended by com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
          extended by com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari

public class DOMUtilImplSafari
extends DOMUtilImplStandard


Constructor Summary
DOMUtilImplSafari()
           
 
Method Summary
 java.lang.String adjustTitleForBrowser(java.lang.String message)
           
 void cancelAllDocumentSelections()
           
 int getBorderLeft(com.google.gwt.dom.client.Element elem)
           
 int getBorderTop(com.google.gwt.dom.client.Element elem)
           
 int getClientHeight(com.google.gwt.dom.client.Element elem)
           
 int getClientWidth(com.google.gwt.dom.client.Element elem)
           
 
Methods inherited from class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
getEffectiveStyle, getHorizontalBorders, getVerticalBorders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtilImplSafari

public DOMUtilImplSafari()
Method Detail

adjustTitleForBrowser

public java.lang.String adjustTitleForBrowser(java.lang.String message)
Overrides:
adjustTitleForBrowser in class DOMUtilImplStandard

cancelAllDocumentSelections

public void cancelAllDocumentSelections()
Overrides:
cancelAllDocumentSelections in class DOMUtilImplStandard

getBorderLeft

public int getBorderLeft(com.google.gwt.dom.client.Element elem)
Overrides:
getBorderLeft in class DOMUtilImplStandard

getBorderTop

public int getBorderTop(com.google.gwt.dom.client.Element elem)
Overrides:
getBorderTop in class DOMUtilImplStandard

getClientHeight

public int getClientHeight(com.google.gwt.dom.client.Element elem)
Overrides:
getClientHeight in class DOMUtilImplStandard

getClientWidth

public int getClientWidth(com.google.gwt.dom.client.Element elem)
Overrides:
getClientWidth in class DOMUtilImplStandard


Copyright © 2011 Sage Software, Inc. All rights reserved.