|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.dom.client.DOMImpl com.google.gwt.dom.client.DOMImplTrident com.google.gwt.dom.client.DOMImplIE8
class DOMImplIE8
Field Summary |
---|
Fields inherited from class com.google.gwt.dom.client.DOMImpl |
---|
impl |
Constructor Summary | |
---|---|
DOMImplIE8()
|
Method Summary | |
---|---|
void |
cssClearOpacity(Style style)
|
void |
cssSetOpacity(Style style,
double value)
|
int |
getAbsoluteLeft(Element elem)
|
int |
getAbsoluteTop(Element elem)
|
int |
getScrollLeft(Element elem)
|
(package private) static boolean |
isIE8()
Check if the browser is IE8 or IE9. |
void |
setScrollLeft(Element elem,
int left)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
DOMImplIE8()
Method Detail |
---|
static boolean isIE8()
true
if the browser is IE8, false
if IE9
or any other browserpublic void cssClearOpacity(Style style)
cssClearOpacity
in class DOMImpl
public void cssSetOpacity(Style style, double value)
cssSetOpacity
in class DOMImpl
public int getAbsoluteLeft(Element elem)
getAbsoluteLeft
in class DOMImpl
public int getAbsoluteTop(Element elem)
getAbsoluteTop
in class DOMImpl
public int getScrollLeft(Element elem)
getScrollLeft
in class DOMImpl
public void setScrollLeft(Element elem, int left)
setScrollLeft
in class DOMImpl
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |