ScrollEvent"
From Documentation
Tmillsclare (talk | contribs) m (→ScrollEvent) |
Tmillsclare (talk | contribs) m |
||
Line 18: | Line 18: | ||
= Example = | = Example = | ||
− | + | N/A | |
− | |||
Line 41: | Line 40: | ||
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 51: | Line 50: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 05/11/2010 | | 05/11/2010 | ||
| Initialization | | Initialization |
Revision as of 04:16, 14 May 2010
ScrollEvent
- Demonstration: N/A
- Java API: ScrollEvent
- JavaScript API: N/A
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
N/A
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 05/11/2010 | Initialization |