Package org.zkoss.stateless.action.data
Class ScrollExtData
- java.lang.Object
-
- org.zkoss.stateless.action.data.ScrollData
-
- org.zkoss.stateless.action.data.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 forIBiglistbox
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 scrollingint
getY()
Returns the axis-Y position for the scrolling-
Methods inherited from class org.zkoss.stateless.action.data.ScrollData
getPos, getPosInDouble, isOutOfBound
-
-