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

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
Direct Known Subclasses:
DOMUtilImplIE6, DOMUtilImplStandard

public abstract class DOMUtilImpl
extends java.lang.Object


Constructor Summary
DOMUtilImpl()
           
 
Method Summary
abstract  java.lang.String adjustTitleForBrowser(java.lang.String title)
           
abstract  void cancelAllDocumentSelections()
           
abstract  int getBorderLeft(com.google.gwt.dom.client.Element elem)
           
abstract  int getBorderTop(com.google.gwt.dom.client.Element elem)
           
abstract  int getClientHeight(com.google.gwt.dom.client.Element elem)
           
abstract  int getClientWidth(com.google.gwt.dom.client.Element elem)
           
 java.lang.String getEffectiveStyle(com.google.gwt.dom.client.Element elem, java.lang.String style)
          From http://code.google.com/p/doctype/wiki/ArticleComputedStyle
 int getHorizontalBorders(com.google.gwt.user.client.ui.Widget widget)
           
 int getVerticalBorders(com.google.gwt.user.client.ui.Widget widget)
           
 
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

adjustTitleForBrowser

public abstract java.lang.String adjustTitleForBrowser(java.lang.String title)

cancelAllDocumentSelections

public abstract void cancelAllDocumentSelections()

getBorderLeft

public abstract int getBorderLeft(com.google.gwt.dom.client.Element elem)

getBorderTop

public abstract int getBorderTop(com.google.gwt.dom.client.Element elem)

getClientHeight

public abstract int getClientHeight(com.google.gwt.dom.client.Element elem)

getClientWidth

public abstract int getClientWidth(com.google.gwt.dom.client.Element elem)

getEffectiveStyle

public java.lang.String getEffectiveStyle(com.google.gwt.dom.client.Element elem,
                                          java.lang.String style)
From http://code.google.com/p/doctype/wiki/ArticleComputedStyle


getHorizontalBorders

public final int getHorizontalBorders(com.google.gwt.user.client.ui.Widget widget)

getVerticalBorders

public final int getVerticalBorders(com.google.gwt.user.client.ui.Widget widget)


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