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 protected
ScrollData(java.util.Map data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPos()
Returns the position.double
getPosInDouble()
Returns the position.boolean
isOutOfBound()
Return true if the scroll position is outside of boundary on tablet/mobile device.
-