Class MouseWheelEditEvent
java.lang.Object
com.levigo.jadice.web.client.tool.events.EventObject
com.levigo.jadice.web.client.tool.events.EditEvent
com.levigo.jadice.web.client.tool.events.MouseWheelEditEvent
-
Field Summary
Fields inherited from class com.levigo.jadice.web.client.tool.events.EditEvent
document, pageBoundsFields inherited from class com.levigo.jadice.web.client.tool.events.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns anInputEvent.intDeprecated.No more needed, because getUnitsToScroll gets the complete value.intDeprecated.intintDeprecated.No more needed, because getUnitsToScroll gets the complete ValueMethods inherited from class com.levigo.jadice.web.client.tool.events.EditEvent
consume, create, getDocument, getGwtEvent, getInputEventType, getModifiers, getModifiersEx, getPage, getPageIndex, getPageRenderControls, getRenderedPageBounds, getRenderedSize, getWhen, hasCanvasTargetSource, hasPageContext, isAltDown, isAltGraphDown, isConsumed, isControlDown, isMetaDown, isPreventPageViewFocus, isShiftDown, preventPageViewFocus, toStringMethods inherited from class com.levigo.jadice.web.client.tool.events.EventObject
getSource
-
Method Details
-
getAbsolutePoint
-
getScrollAmount
Deprecated.No more needed, because getUnitsToScroll gets the complete value.- Returns:
- Deprecated - don't use.
- See Also:
-
getScrollType
Deprecated.- Returns:
- Deprecated - don't use.
- See Also:
-
getUnitsToScroll
public int getUnitsToScroll()- Returns:
- A metric that can be used to adjust the scolling behaviour.
- See Also:
-
getWheelRotation
Deprecated.No more needed, because getUnitsToScroll gets the complete Value- Returns:
- Deprecated - don't use.
- See Also:
-
getInputEvent
Creates and returns anInputEvent.For legacy purposes only.
- Specified by:
getInputEventin classEditEvent- Returns:
- An input event that can be used for legacy purposes.
-