ScrollEvent"

From Documentation
m
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ScrollEvent =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.ScrollEvent</javadoc>
 +
 
 +
= Employment/Purpose =
 +
Represents an event caused by that user is scrolling or has scrolled at the client.
 +
 
 +
<tt>ScrollEvent</tt> will be sent wih name as "<tt>onScroll</tt>" after <tt>setCurposByClient(int)</tt> is called to notify application developers that it is called by user (rather than by codes).
 +
 
 +
For components that might also support ScrollEvent with "<tt>onScrolling</tt>". It is used to notified the server that user is changing its content (changing is on progress and not finished).
 +
 
 +
The components which are supported this event are: <javadoc>org.zkoss.zul.Slider</javadoc>.
 +
 
 +
= Example =
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0+
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.1
 +
| 05/11/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 07:10, 11 May 2010

ScrollEvent

Employment/Purpose

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

ScrollEvent will be sent wih name as "onScroll" after setCurposByClient(int) is called to notify application developers that it is called by user (rather than by codes).

For components that might also support ScrollEvent with "onScrolling". It is used to notified the server that user is changing its content (changing is on progress and not finished).

The components which are supported this event are: Slider.

Example

Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
5.0+    

Version History

Version Date Content
5.0.1 05/11/2010 Initialization



Last Update : 2010/05/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.