Module org.htmlunit

Class MouseScrollEvent

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class MouseScrollEvent extends MouseEvent
A JavaScript object for MouseScrollEvent.
Author:
Ahmed Ashour, Ronald Brill
See Also:
  • Field Details

    • HORIZONTAL_AXIS

      public static final int HORIZONTAL_AXIS
      Constant for HORIZONTAL_AXIS.
      See Also:
    • VERTICAL_AXIS

      public static final int VERTICAL_AXIS
      Constant for VERTICAL_AXIS.
      See Also:
  • Constructor Details

    • MouseScrollEvent

      public MouseScrollEvent()
  • Method Details

    • jsConstructor

      public void jsConstructor(String type, org.htmlunit.corejs.javascript.ScriptableObject details)
      JavaScript constructor.
      Overrides:
      jsConstructor in class MouseEvent
      Parameters:
      type - the event type
      details - the event details (optional)