|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.ScrollEvent
public class ScrollEvent
Represents an event caused by that user is scrolling or has scrolled at the client.
Scrollable| Constructor Summary | |
|---|---|
ScrollEvent(java.lang.String name,
Component target,
int pos)
Constructs an scroll-relevant event. |
|
| Method Summary | |
|---|---|
int |
getPos()
Returns the position. |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScrollEvent(java.lang.String name,
Component target,
int pos)
pos - the new position| Method Detail |
|---|
public final int getPos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||