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 forIBiglistboxcomponent 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 intgetX()Returns the axis-X position for the scrollingintgetY()Returns the axis-Y position for the scrolling-
Methods inherited from class org.zkoss.stateless.action.data.ScrollData
getPos, getPosInDouble, isOutOfBound
-
-