Package org.zkoss.zkmax.zul.event
Class ScrollEventExt
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- org.zkoss.zk.ui.event.ScrollEvent
-
- org.zkoss.zkmax.zul.event.ScrollEventExt
-
- All Implemented Interfaces:
java.io.Serializable
public class ScrollEventExt extends org.zkoss.zk.ui.event.ScrollEventRepresents an event caused by that user is scrolling or has scrolled at the client forBiglistboxcomponent and provides more information about the position X and Y data.- Since:
- 6.0.1
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScrollEventExt(java.lang.String name, org.zkoss.zk.ui.Component target, int x, int y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetData()Returns the data of the event, by default returning the same asgetY()static ScrollEventExtgetScrollEventExt(org.zkoss.zk.au.AuRequest request)intgetX()Returns the axis-X position for the scrollingintgetY()Returns the axis-Y position for the scrolling-
Methods inherited from class org.zkoss.zk.ui.event.ScrollEvent
getPos, getPosInDouble, getScrollEvent, isOutOfBound
-
-
-
-
Method Detail
-
getScrollEventExt
public static ScrollEventExt getScrollEventExt(org.zkoss.zk.au.AuRequest request)
-
getData
public java.lang.Object getData()
Returns the data of the event, by default returning the same asgetY()- Overrides:
getDatain classorg.zkoss.zk.ui.event.Event
-
getX
public int getX()
Returns the axis-X position for the scrolling
-
getY
public int getY()
Returns the axis-Y position for the scrolling
-
-