|
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.user.client.ui.MouseWheelVelocity
MouseWheelEvent.getDeltaY()
instead
@Deprecated public class MouseWheelVelocity
Encapsulates the direction and velocity of mouse wheel events. Not all combinations of browser and user input devices can generate all combinations of direction or range of velocity information.
An
explanation of the units used for mouse wheel velocity.
Field Summary | |
---|---|
protected int |
vY
Deprecated. Stores the Y-axis velocity. |
Constructor Summary | |
---|---|
MouseWheelVelocity(Event e)
Deprecated. Construct the higher-level view of the original ONMOUSEWHEEL Event. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated. |
int |
getDeltaY()
Deprecated. use MouseWheelEvent.getDeltaY()
instead |
int |
hashCode()
Deprecated. |
boolean |
isNorth()
Deprecated. use MouseWheelEvent.isNorth()
instead |
boolean |
isSouth()
Deprecated. use MouseWheelEvent.isSouth()
instead |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final int vY
Constructor Detail |
---|
public MouseWheelVelocity(Event e)
e
- the eventMethod Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
@Deprecated public int getDeltaY()
MouseWheelEvent.getDeltaY()
instead
public int hashCode()
hashCode
in class java.lang.Object
@Deprecated public boolean isNorth()
MouseWheelEvent.isNorth()
instead
true
if getDeltaY()
is a negative value.
true
if the velocity includes a component directed
toword the top of the screen@Deprecated public boolean isSouth()
MouseWheelEvent.isSouth()
instead
true
if getDeltaY()
is a positive value.
true
if the velocity includes a component directed
toword the bottom of the screenpublic java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |