com.allen_sauer.gwt.dnd.client.util.impl
Class DOMUtilImpl
java.lang.Object
com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
- Direct Known Subclasses:
- DOMUtilImplIE6, DOMUtilImplStandard
public abstract class DOMUtilImpl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMUtilImpl
public DOMUtilImpl()
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.