ScrollEvent"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
m ((via JWB)) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = ScrollEvent = | ||
+ | |||
+ | *Demonstration: N/A | ||
+ | *Java API: <javadoc>org.zkoss.zk.ui.event.ScrollEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | Represents an event caused by that user is scrolling or has scrolled at the client. | ||
+ | |||
+ | <code>ScrollEvent</code> will be sent wih name as "<code>onScroll</code>" after <code>setCurposByClient(int)</code> is called to notify application developers that it is called by user (rather than by codes). | ||
+ | |||
+ | For components that might also support ScrollEvent with "<code>onScrolling</code>". 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 = | ||
+ | |||
+ | N/A | ||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| class='wikitable' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Latest revision as of 10:41, 12 January 2022
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 |
---|---|---|