public class ScrollEventExt
extends org.zkoss.zk.ui.event.ScrollEvent
Biglistbox component and provides more information
about the position X and Y data.| Constructor and Description |
|---|
ScrollEventExt(String name,
org.zkoss.zk.ui.Component target,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Returns the data of the event, by default returning the same as
getY() |
static ScrollEventExt |
getScrollEventExt(org.zkoss.zk.au.AuRequest request) |
int |
getX()
Returns the axis-X position for the scrolling
|
int |
getY()
Returns the axis-Y position for the scrolling
|
getPos, getPosInDouble, getScrollEvent, isOutOfBoundpublic ScrollEventExt(String name, org.zkoss.zk.ui.Component target, int x, int y)
public static ScrollEventExt getScrollEventExt(org.zkoss.zk.au.AuRequest request)
public Object getData()
getY()getData in class org.zkoss.zk.ui.event.Eventpublic int getX()
public int getY()
Copyright © 2026. All rights reserved.