org.zkoss.zk.ui.event
Class ScrollEvent

java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by org.zkoss.zk.ui.event.ScrollEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ScrollEventExt

public class ScrollEvent
extends Event

Represents an event caused by that user is scrolling or has scrolled at the client.

Author:
tomyeh
See Also:
Serialized Form

Constructor Summary
ScrollEvent(java.lang.String name, Component target, int pos)
          Constructs an scroll-relevant event.
ScrollEvent(java.lang.String name, Component target, int pos, boolean outBound)
          Constructs an scroll-relevant event.
 
Method Summary
 int getPos()
          Returns the position.
static ScrollEvent getScrollEvent(AuRequest request)
          Converts an AU request to a scroll event.
 boolean isOutOfBound()
          Return true if the scroll position is outside of boundary on tablet/mobile device.
 
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, 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

ScrollEvent

public ScrollEvent(java.lang.String name,
                   Component target,
                   int pos)
Constructs an scroll-relevant event.

Parameters:
pos - the new position

ScrollEvent

public ScrollEvent(java.lang.String name,
                   Component target,
                   int pos,
                   boolean outBound)
Constructs an scroll-relevant event.

Parameters:
pos - the new position
outBound - the position is outside the boundary or not (only used on tablet/mobile device)
Method Detail

getScrollEvent

public static final ScrollEvent getScrollEvent(AuRequest request)
Converts an AU request to a scroll event.

Since:
5.0.0

getPos

public final int getPos()
Returns the position.


isOutOfBound

public boolean isOutOfBound()
Return true if the scroll position is outside of boundary on tablet/mobile device.

Since:
6.5.0


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo