Class ScrollExtData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class ScrollExtData
    extends ScrollData
    Represents an action caused by that user is scrolling or has scrolled at the client for IBiglistbox component and provides more information about the position X and Y data.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getX()
      Returns the axis-X position for the scrolling
      int getY()
      Returns the axis-Y position for the scrolling
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getX

        public int getX()
        Returns the axis-X position for the scrolling
      • getY

        public int getY()
        Returns the axis-Y position for the scrolling