Package org.zkoss.stateless.action.data
Class ScrollData
- java.lang.Object
-
- org.zkoss.stateless.action.data.ScrollData
-
- All Implemented Interfaces:
java.io.Serializable,ActionData
- Direct Known Subclasses:
ScrollExtData
public class ScrollData extends java.lang.Object implements ActionData
Represents an action caused by that user is scrolling or has scrolled at the client.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedScrollData(java.util.Map data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPos()Returns the position.doublegetPosInDouble()Returns the position.booleanisOutOfBound()Return true if the scroll position is outside of boundary on tablet/mobile device.
-