We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.google.gwt.dom.client.
Class VaadinDOMImplIE9
java.lang.Object
com.google.gwt.dom.client.VaadinDOMImplIE9
- extends Object
public class VaadinDOMImplIE9
Forcing rounding down to zero for pixels values which could be double values due to subpixel rendering. This has been addressed in Vaadin 7 GWT already and is only needed for Vaadin 6.
Constructor Summary | |
---|---|
VaadinDOMImplIE9()
|
Method Summary | |
---|---|
void |
buttonClick(com.google.gwt.dom.client.ButtonElement arg0)
|
com.google.gwt.dom.client.ButtonElement |
createButtonElement(com.google.gwt.dom.client.Document arg0,
String arg1)
|
com.google.gwt.dom.client.InputElement |
createCheckInputElement(com.google.gwt.dom.client.Document arg0)
|
com.google.gwt.dom.client.Element |
createElement(com.google.gwt.dom.client.Document arg0,
String arg1)
|
com.google.gwt.dom.client.NativeEvent |
createHtmlEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3)
|
com.google.gwt.dom.client.InputElement |
createInputElement(com.google.gwt.dom.client.Document arg0,
String arg1)
|
com.google.gwt.dom.client.InputElement |
createInputRadioElement(com.google.gwt.dom.client.Document arg0,
String arg1)
|
com.google.gwt.dom.client.NativeEvent |
createKeyCodeEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
boolean arg4,
boolean arg5,
int arg6)
|
com.google.gwt.dom.client.NativeEvent |
createKeyEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
boolean arg4,
boolean arg5,
boolean arg6,
boolean arg7,
int arg8,
int arg9)
Deprecated. |
com.google.gwt.dom.client.NativeEvent |
createKeyPressEvent(com.google.gwt.dom.client.Document arg0,
boolean arg1,
boolean arg2,
boolean arg3,
boolean arg4,
int arg5)
|
com.google.gwt.dom.client.NativeEvent |
createMouseEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
boolean arg9,
boolean arg10,
boolean arg11,
boolean arg12,
int arg13,
com.google.gwt.dom.client.Element arg14)
|
com.google.gwt.dom.client.ScriptElement |
createScriptElement(com.google.gwt.dom.client.Document arg0,
String arg1)
|
com.google.gwt.dom.client.SelectElement |
createSelectElement(com.google.gwt.dom.client.Document arg0,
boolean arg1)
|
void |
cssClearOpacity(com.google.gwt.dom.client.Style arg0)
|
String |
cssFloatPropertyName()
|
void |
cssSetOpacity(com.google.gwt.dom.client.Style arg0,
double arg1)
|
void |
dispatchEvent(com.google.gwt.dom.client.Element arg0,
com.google.gwt.dom.client.NativeEvent arg1)
|
boolean |
eventGetAltKey(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetButton(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetCharCode(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetClientX(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetClientY(com.google.gwt.dom.client.NativeEvent arg0)
|
boolean |
eventGetCtrlKey(com.google.gwt.dom.client.NativeEvent arg0)
|
com.google.gwt.dom.client.EventTarget |
eventGetCurrentTarget(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetKeyCode(com.google.gwt.dom.client.NativeEvent arg0)
|
boolean |
eventGetMetaKey(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetMouseWheelVelocityY(com.google.gwt.dom.client.NativeEvent arg0)
|
com.google.gwt.dom.client.EventTarget |
eventGetRelatedTarget(com.google.gwt.dom.client.NativeEvent arg0)
|
double |
eventGetRotation(com.google.gwt.dom.client.NativeEvent arg0)
|
double |
eventGetScale(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetScreenX(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
eventGetScreenY(com.google.gwt.dom.client.NativeEvent arg0)
|
boolean |
eventGetShiftKey(com.google.gwt.dom.client.NativeEvent arg0)
|
com.google.gwt.dom.client.EventTarget |
eventGetTarget(com.google.gwt.dom.client.NativeEvent arg0)
|
String |
eventGetType(com.google.gwt.dom.client.NativeEvent arg0)
|
void |
eventPreventDefault(com.google.gwt.dom.client.NativeEvent arg0)
|
void |
eventSetKeyCode(com.google.gwt.dom.client.NativeEvent arg0,
char arg1)
|
void |
eventStopPropagation(com.google.gwt.dom.client.NativeEvent arg0)
|
String |
eventToString(com.google.gwt.dom.client.NativeEvent arg0)
|
int |
getAbsoluteLeft(com.google.gwt.dom.client.Element elem)
|
int |
getAbsoluteTop(com.google.gwt.dom.client.Element elem)
|
String |
getAttribute(com.google.gwt.dom.client.Element arg0,
String arg1)
|
int |
getBodyOffsetLeft(com.google.gwt.dom.client.Document arg0)
|
int |
getBodyOffsetTop(com.google.gwt.dom.client.Document arg0)
|
protected int |
getBoundingClientRectLeft(com.google.gwt.dom.client.Element arg0)
|
protected int |
getBoundingClientRectTop(com.google.gwt.dom.client.Element arg0)
|
com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> |
getChangedTouches(com.google.gwt.dom.client.NativeEvent arg0)
|
com.google.gwt.dom.client.Element |
getFirstChildElement(com.google.gwt.dom.client.Element arg0)
|
String |
getInnerHTML(com.google.gwt.dom.client.Element arg0)
|
String |
getInnerText(com.google.gwt.dom.client.Element arg0)
|
com.google.gwt.dom.client.Element |
getNextSiblingElement(com.google.gwt.dom.client.Element arg0)
|
int |
getNodeType(com.google.gwt.dom.client.Node arg0)
|
com.google.gwt.dom.client.Element |
getParentElement(com.google.gwt.dom.client.Node arg0)
|
int |
getScrollLeft(com.google.gwt.dom.client.Document arg0)
|
int |
getScrollLeft(com.google.gwt.dom.client.Element arg0)
|
int |
getScrollTop(com.google.gwt.dom.client.Document arg0)
|
int |
getTabIndex(com.google.gwt.dom.client.Element arg0)
|
String |
getTagName(com.google.gwt.dom.client.Element arg0)
|
com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> |
getTargetTouches(com.google.gwt.dom.client.NativeEvent arg0)
|
com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> |
getTouches(com.google.gwt.dom.client.NativeEvent arg0)
|
boolean |
hasAttribute(com.google.gwt.dom.client.Element arg0,
String arg1)
|
String |
imgGetSrc(com.google.gwt.dom.client.Element arg0)
|
void |
imgSetSrc(com.google.gwt.dom.client.Element arg0,
String arg1)
|
boolean |
isOrHasChild(com.google.gwt.dom.client.Node arg0,
com.google.gwt.dom.client.Node arg1)
|
protected boolean |
isRTL(com.google.gwt.dom.client.Element arg0)
|
void |
scrollIntoView(com.google.gwt.dom.client.Element arg0)
|
void |
selectAdd(com.google.gwt.dom.client.SelectElement arg0,
com.google.gwt.dom.client.OptionElement arg1,
com.google.gwt.dom.client.OptionElement arg2)
|
void |
selectClear(com.google.gwt.dom.client.SelectElement arg0)
|
int |
selectGetLength(com.google.gwt.dom.client.SelectElement arg0)
|
com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.OptionElement> |
selectGetOptions(com.google.gwt.dom.client.SelectElement arg0)
|
void |
selectRemoveOption(com.google.gwt.dom.client.SelectElement arg0,
int arg1)
|
void |
setInnerText(com.google.gwt.dom.client.Element arg0,
String arg1)
|
void |
setScrollLeft(com.google.gwt.dom.client.Document arg0,
int arg1)
|
void |
setScrollLeft(com.google.gwt.dom.client.Element arg0,
int arg1)
|
void |
setScrollTop(com.google.gwt.dom.client.Document arg0,
int arg1)
|
String |
toString(com.google.gwt.dom.client.Element arg0)
|
int |
touchGetClientX(com.google.gwt.dom.client.Touch touch)
|
int |
touchGetClientY(com.google.gwt.dom.client.Touch touch)
|
int |
touchGetIdentifier(com.google.gwt.dom.client.Touch arg0)
|
int |
touchGetPageX(com.google.gwt.dom.client.Touch touch)
|
int |
touchGetPageY(com.google.gwt.dom.client.Touch touch)
|
int |
touchGetScreenX(com.google.gwt.dom.client.Touch touch)
|
int |
touchGetScreenY(com.google.gwt.dom.client.Touch touch)
|
com.google.gwt.dom.client.EventTarget |
touchGetTarget(com.google.gwt.dom.client.Touch arg0)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
VaadinDOMImplIE9
public VaadinDOMImplIE9()
Method Detail |
---|
getAbsoluteLeft
public int getAbsoluteLeft(com.google.gwt.dom.client.Element elem)
getAbsoluteTop
public int getAbsoluteTop(com.google.gwt.dom.client.Element elem)
touchGetPageX
public int touchGetPageX(com.google.gwt.dom.client.Touch touch)
touchGetPageY
public int touchGetPageY(com.google.gwt.dom.client.Touch touch)
touchGetClientX
public int touchGetClientX(com.google.gwt.dom.client.Touch touch)
touchGetClientY
public int touchGetClientY(com.google.gwt.dom.client.Touch touch)
touchGetScreenX
public int touchGetScreenX(com.google.gwt.dom.client.Touch touch)
touchGetScreenY
public int touchGetScreenY(com.google.gwt.dom.client.Touch touch)
getScrollLeft
public int getScrollLeft(com.google.gwt.dom.client.Document arg0)
getScrollLeft
public int getScrollLeft(com.google.gwt.dom.client.Element arg0)
getScrollTop
public int getScrollTop(com.google.gwt.dom.client.Document arg0)
getTabIndex
public int getTabIndex(com.google.gwt.dom.client.Element arg0)
selectRemoveOption
public void selectRemoveOption(com.google.gwt.dom.client.SelectElement arg0,
int arg1)
setScrollLeft
public void setScrollLeft(com.google.gwt.dom.client.Element arg0,
int arg1)
getBoundingClientRectLeft
protected int getBoundingClientRectLeft(com.google.gwt.dom.client.Element arg0)
getBoundingClientRectTop
protected int getBoundingClientRectTop(com.google.gwt.dom.client.Element arg0)
createButtonElement
public com.google.gwt.dom.client.ButtonElement createButtonElement(com.google.gwt.dom.client.Document arg0,
String arg1)
createKeyCodeEvent
public com.google.gwt.dom.client.NativeEvent createKeyCodeEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
boolean arg4,
boolean arg5,
int arg6)
createKeyEvent
@Deprecated
public com.google.gwt.dom.client.NativeEvent createKeyEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
boolean arg4,
boolean arg5,
boolean arg6,
boolean arg7,
int arg8,
int arg9)
Deprecated.
createKeyPressEvent
public com.google.gwt.dom.client.NativeEvent createKeyPressEvent(com.google.gwt.dom.client.Document arg0,
boolean arg1,
boolean arg2,
boolean arg3,
boolean arg4,
int arg5)
createScriptElement
public com.google.gwt.dom.client.ScriptElement createScriptElement(com.google.gwt.dom.client.Document arg0,
String arg1)
eventGetCurrentTarget
public com.google.gwt.dom.client.EventTarget eventGetCurrentTarget(com.google.gwt.dom.client.NativeEvent arg0)
eventGetMouseWheelVelocityY
public int eventGetMouseWheelVelocityY(com.google.gwt.dom.client.NativeEvent arg0)
isOrHasChild
public boolean isOrHasChild(com.google.gwt.dom.client.Node arg0,
com.google.gwt.dom.client.Node arg1)
setScrollLeft
public void setScrollLeft(com.google.gwt.dom.client.Document arg0,
int arg1)
setScrollTop
public void setScrollTop(com.google.gwt.dom.client.Document arg0,
int arg1)
isRTL
protected boolean isRTL(com.google.gwt.dom.client.Element arg0)
createHtmlEvent
public com.google.gwt.dom.client.NativeEvent createHtmlEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3)
createInputRadioElement
public com.google.gwt.dom.client.InputElement createInputRadioElement(com.google.gwt.dom.client.Document arg0,
String arg1)
createMouseEvent
public com.google.gwt.dom.client.NativeEvent createMouseEvent(com.google.gwt.dom.client.Document arg0,
String arg1,
boolean arg2,
boolean arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
boolean arg9,
boolean arg10,
boolean arg11,
boolean arg12,
int arg13,
com.google.gwt.dom.client.Element arg14)
dispatchEvent
public void dispatchEvent(com.google.gwt.dom.client.Element arg0,
com.google.gwt.dom.client.NativeEvent arg1)
eventGetButton
public int eventGetButton(com.google.gwt.dom.client.NativeEvent arg0)
eventGetCharCode
public int eventGetCharCode(com.google.gwt.dom.client.NativeEvent arg0)
eventGetRelatedTarget
public com.google.gwt.dom.client.EventTarget eventGetRelatedTarget(com.google.gwt.dom.client.NativeEvent arg0)
eventGetTarget
public com.google.gwt.dom.client.EventTarget eventGetTarget(com.google.gwt.dom.client.NativeEvent arg0)
eventPreventDefault
public void eventPreventDefault(com.google.gwt.dom.client.NativeEvent arg0)
eventToString
public String eventToString(com.google.gwt.dom.client.NativeEvent arg0)
getInnerText
public String getInnerText(com.google.gwt.dom.client.Element arg0)
setInnerText
public void setInnerText(com.google.gwt.dom.client.Element arg0,
String arg1)
buttonClick
public void buttonClick(com.google.gwt.dom.client.ButtonElement arg0)
createCheckInputElement
public com.google.gwt.dom.client.InputElement createCheckInputElement(com.google.gwt.dom.client.Document arg0)
createElement
public com.google.gwt.dom.client.Element createElement(com.google.gwt.dom.client.Document arg0,
String arg1)
createInputElement
public com.google.gwt.dom.client.InputElement createInputElement(com.google.gwt.dom.client.Document arg0,
String arg1)
createSelectElement
public com.google.gwt.dom.client.SelectElement createSelectElement(com.google.gwt.dom.client.Document arg0,
boolean arg1)
cssClearOpacity
public void cssClearOpacity(com.google.gwt.dom.client.Style arg0)
cssFloatPropertyName
public String cssFloatPropertyName()
cssSetOpacity
public void cssSetOpacity(com.google.gwt.dom.client.Style arg0,
double arg1)
eventGetAltKey
public boolean eventGetAltKey(com.google.gwt.dom.client.NativeEvent arg0)
eventGetClientX
public int eventGetClientX(com.google.gwt.dom.client.NativeEvent arg0)
eventGetClientY
public int eventGetClientY(com.google.gwt.dom.client.NativeEvent arg0)
eventGetCtrlKey
public boolean eventGetCtrlKey(com.google.gwt.dom.client.NativeEvent arg0)
eventGetKeyCode
public final int eventGetKeyCode(com.google.gwt.dom.client.NativeEvent arg0)
eventGetMetaKey
public boolean eventGetMetaKey(com.google.gwt.dom.client.NativeEvent arg0)
eventGetRotation
public double eventGetRotation(com.google.gwt.dom.client.NativeEvent arg0)
eventGetScale
public double eventGetScale(com.google.gwt.dom.client.NativeEvent arg0)
eventGetScreenX
public int eventGetScreenX(com.google.gwt.dom.client.NativeEvent arg0)
eventGetScreenY
public int eventGetScreenY(com.google.gwt.dom.client.NativeEvent arg0)
eventGetShiftKey
public boolean eventGetShiftKey(com.google.gwt.dom.client.NativeEvent arg0)
eventGetType
public final String eventGetType(com.google.gwt.dom.client.NativeEvent arg0)
eventSetKeyCode
public void eventSetKeyCode(com.google.gwt.dom.client.NativeEvent arg0,
char arg1)
eventStopPropagation
public void eventStopPropagation(com.google.gwt.dom.client.NativeEvent arg0)
getAttribute
public String getAttribute(com.google.gwt.dom.client.Element arg0,
String arg1)
getBodyOffsetLeft
public int getBodyOffsetLeft(com.google.gwt.dom.client.Document arg0)
getBodyOffsetTop
public int getBodyOffsetTop(com.google.gwt.dom.client.Document arg0)
getChangedTouches
public com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> getChangedTouches(com.google.gwt.dom.client.NativeEvent arg0)
getFirstChildElement
public com.google.gwt.dom.client.Element getFirstChildElement(com.google.gwt.dom.client.Element arg0)
getInnerHTML
public String getInnerHTML(com.google.gwt.dom.client.Element arg0)
getNextSiblingElement
public com.google.gwt.dom.client.Element getNextSiblingElement(com.google.gwt.dom.client.Element arg0)
getNodeType
public int getNodeType(com.google.gwt.dom.client.Node arg0)
getParentElement
public com.google.gwt.dom.client.Element getParentElement(com.google.gwt.dom.client.Node arg0)
getTagName
public String getTagName(com.google.gwt.dom.client.Element arg0)
getTargetTouches
public com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> getTargetTouches(com.google.gwt.dom.client.NativeEvent arg0)
getTouches
public com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Touch> getTouches(com.google.gwt.dom.client.NativeEvent arg0)
hasAttribute
public boolean hasAttribute(com.google.gwt.dom.client.Element arg0,
String arg1)
imgGetSrc
public String imgGetSrc(com.google.gwt.dom.client.Element arg0)
imgSetSrc
public void imgSetSrc(com.google.gwt.dom.client.Element arg0,
String arg1)
scrollIntoView
public void scrollIntoView(com.google.gwt.dom.client.Element arg0)
selectAdd
public void selectAdd(com.google.gwt.dom.client.SelectElement arg0,
com.google.gwt.dom.client.OptionElement arg1,
com.google.gwt.dom.client.OptionElement arg2)
selectClear
public void selectClear(com.google.gwt.dom.client.SelectElement arg0)
selectGetLength
public int selectGetLength(com.google.gwt.dom.client.SelectElement arg0)
selectGetOptions
public com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.OptionElement> selectGetOptions(com.google.gwt.dom.client.SelectElement arg0)
toString
public String toString(com.google.gwt.dom.client.Element arg0)
touchGetIdentifier
public int touchGetIdentifier(com.google.gwt.dom.client.Touch arg0)
touchGetTarget
public com.google.gwt.dom.client.EventTarget touchGetTarget(com.google.gwt.dom.client.Touch arg0)