public abstract class DOMUtilImpl
extends java.lang.Object
Constructor and Description |
---|
DOMUtilImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public abstract java.lang.String adjustTitleForBrowser(java.lang.String title)
public abstract void cancelAllDocumentSelections()
public abstract int getBorderLeft(com.google.gwt.dom.client.Element elem)
public abstract int getBorderTop(com.google.gwt.dom.client.Element elem)
public abstract int getClientHeight(com.google.gwt.dom.client.Element elem)
public abstract int getClientWidth(com.google.gwt.dom.client.Element elem)
public java.lang.String getEffectiveStyle(com.google.gwt.dom.client.Element elem, java.lang.String style)
public final int getHorizontalBorders(com.google.gwt.user.client.ui.Widget widget)
public final int getVerticalBorders(com.google.gwt.user.client.ui.Widget widget)